Setting cell style for gridGroupingControl

Hi, I am using GridGroupingControl. I have a requirement to set a cell style for a column based on another cell value. For Eg - Based on the cell value in a row, I want to set a cell style as a combo or readonly style. If the cell is readonly then I don''t want to show the combo box and just display the values as default cell style. If the cell is editable then I want to set the cell style as a combobox. How can I do this..? Thanks, Prathima

1 Reply

AD Administrator Syncfusion Team July 4, 2005 10:34 AM UTC

You can use the QueryCellStyleInfo to conditionally set the style on a cell by cell basis. Here is a forum thread with soem code. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=18931

Loader.
Up arrow icon