virtual grid - setting column styles

Can you set a whole column for a GridControl to a "ComboBox" using a virtual grid?

1 Reply

AD Administrator Syncfusion Team February 10, 2004 04:23 PM UTC

In QueryCellInfo, set e.Style.CellType = "ComboBox" when e.RowIndex is -1 and e.ColIndex points to the column.

Loader.
Up arrow icon