Page 1 of 1

Datagrid - Deleted column still listed in dgData

Posted: Sun Apr 20, 2014 2:19 pm
by Simon Knight
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

Re: Datagrid - Deleted column still listed in dgData

Posted: Sun Apr 20, 2014 5:12 pm
by dunbarx
Hi.

Have you updated the DG?

Craig Newman

Re: Datagrid - Deleted column still listed in dgData

Posted: Sun Apr 20, 2014 8:59 pm
by Simon Knight
Yes I have, but the deleted column still shows in dgdata.

Simon K