Datagrid - Deleted column still listed in dgData

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Simon Knight
Posts: 919
Joined: Wed Nov 04, 2009 11:41 am

Datagrid - Deleted column still listed in dgData

Post by Simon Knight » Sun Apr 20, 2014 2:19 pm

Hi,
I decided that I no longer required a column that appeared in two datagrids that share the same template. I deleted the column from both using the inspector in the IDE. The columns are no longer listed in the object inspector. However, when I use the command put the dgData of myDataGrid the deleted column is listed as a key to the array. Is this normal and to be expected?

Simon K
best wishes
Skids

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: Datagrid - Deleted column still listed in dgData

Post by dunbarx » Sun Apr 20, 2014 5:12 pm

Hi.

Have you updated the DG?

Craig Newman

Simon Knight
Posts: 919
Joined: Wed Nov 04, 2009 11:41 am

Re: Datagrid - Deleted column still listed in dgData

Post by Simon Knight » Sun Apr 20, 2014 8:59 pm

Yes I have, but the deleted column still shows in dgdata.

Simon K
best wishes
Skids

Post Reply