We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Non Editable Combo Box

Hi,

I'm setting the cell type of one of my column as "ComboBox" and binding it with values from the database. The problem is the combo box created by Syncfusion is a combo box where users can enter text. How can I set the grid so it generates a combox box where users cannot enter text in it and just select an item from it.

Thanks,

Pat


1 Reply

SR SubhaSheela R Syncfusion Team July 21, 2008 12:58 PM UTC

Hi Pat,

Thanks for your interest in Syncufsion products.

You can set ExclusiveChoiceList property to achieve your desired behavior. Here is the code snippet:


this.gridControl1[5, 2].ExclusiveChoiceList = true;


Here is the sample:

GCComboReadOnly.zip

Please let me know if it helps.

Regards,
Subhasheela R




Loader.
Live Chat Icon For mobile
Up arrow icon