Combo box in a readonly cell

I have a column whose cell type is a combobox. I have set one of the rows in the gridcontrol as readonly. Now when i click in that cell with type as combobox it shows me the combobox options. I don''t want it to display the combobox options when i click in a read only row.

1 Reply

AD Administrator Syncfusion Team December 17, 2004 09:33 AM UTC

Take a look at the grid\Samples\CellTypes\ComboBoxes. It shows all different settings for comboboxes including 2 that will prevent the combobxes from dropping. They are style.Clickable = false; style.Enabled = false;

Loader.
Up arrow icon