Checking if a column in a GGC has a dropdown list

Hi, Is there a way to check if a column in a GGC has a dropdown list? Regards David

1 Reply

AD Administrator Syncfusion Team July 5, 2005 09:00 AM UTC

Have you set the GridColumnDescriptor.Appearance.AnyFieldCell.CellType to be "ComboBox"? If so, you can try test for this. Exactly how you get the column descriptor depends upon where you want to do such a thing. You can always loop through grid.TableDescriptor.Columns, but there may be better ways depending upon where you are an dwhat you know at that point. If you know a GridTableCellStyleIndentity then you can get it through the Column property if it is not null.

Loader.
Up arrow icon