The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
TDataGrid Column Layout issue
Posted: 11 Sep 06 10:22 AM
|
fiogf49gjkf0d I have a couple of columns int a TDataGrid that I need to make invidible. The unchecking of the "Visible" check box in the Layout of a TDataGrid does not take any efect.
I appreciate any help!
|
|
|
|
Re: TDataGrid Column Layout issue
Posted: 11 Sep 06 12:47 PM
|
fiogf49gjkf0d Look into the columns collection. Some of the properties do not correctly sync up between the layout and the columns collection. In the columns collection editor just right click on the column header and select properties.
Timmus |
|
|
|
Re: TDataGrid Column Layout issue
Posted: 13 Sep 06 1:48 PM
|
fiogf49gjkf0d Thanks... I still could not find a way to do it this way.... I had to doit through script...
Thanks |
|
|
|
Re: TDataGrid Column Layout issue
Posted: 13 Sep 06 3:19 PM
|
fiogf49gjkf0d Hmm, we do this at design time on many of our datagrids as we include the primary key for the root table and then hide it. Glad to hear you got it worked out with script but dont give up as you can do it with the designer.
Timmus |
|
|
|