On Wed, Dec 18, 2019 at 6:40 AM Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Trevor,
>
> thanks for chiming in!
>
> > Am 18.12.2019 um 13:28 schrieb Trevor DeVore via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > On Wed, Dec 18, 2019 at 2:38 AM Klaus major-k via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > ...
> > So my guess is that you are populating the DataGrid with data that only
> has
> > 10 columns. Could that be the case?
>
> No, I really provide an array with all my columns in it, empty or not.
>

Given how PrintKeys works it would appear that the keys are being removed
from the internal sDataArray array. You can inspect the array yourself by
putting the dgData of the DataGrid into a variable and setting a
breakpoint. Or assign the dgData to a tree widget as Richard suggested.

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to