Record to Style in GridGroupingControl

Hi, I got a record in a nested/child -table. How can i get a reference to GridTableCellStyleInfo of a cell inside of that record (given its columnname) ? I would like to set this cell readonly. I''m working in the ctor of the form so i can''t use any events, etc. Thanks

1 Reply

AD Administrator Syncfusion Team April 14, 2005 10:56 AM UTC

You cannot set a single cell readonly in a gridgroupingcontrol without using events. You will have to subscribe to QueryCellStyleInfo and set the e.Style.ReadOnly there somehow.

Loader.
Up arrow icon