Combobox issue

I want the combo boxes to be visible only on the row that has the cursor. Can that be done?

2 Replies

AD Administrator Syncfusion Team September 7, 2004 01:16 PM UTC

You set the style.ShowButtons = GridShowButtons.ShowCurrentCell (or CurrentRow) for the column that holds the combobox.


AD Administrator Syncfusion Team September 7, 2004 01:20 PM UTC

perfect! ;)

Loader.
Up arrow icon