Suppress ComboBox buttons for inactive rows?

Is there a way to suppress the drawing of combobox dropdown buttons for rows that are not active? The same would apply to MonthPicker, NumericUpDown, etc. Sean

2 Replies

AD Administrator Syncfusion Team December 11, 2002 08:46 PM UTC

The following properties allow to specify such behavior: TableStyle.ShowButtons = GridShowButtons.ShowCurrentRow; and GridModel.Options.RefreshCurrentCellBehavior = GridRefreshCurrentCellBehavior.RefreshRow; Stefan


SG Sean Greer December 11, 2002 09:19 PM UTC

Thanks Stefan! That's exactly what I was looking for. Sean

Loader.
Up arrow icon