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
close icon

Combo Box selection issue

I have several databound grid controls that use the GridDropDownStyle.Exclusive and are mapped to a datatable or dataview. When the table has values like "TEST" and "TEST1" for the display field (the id fields are different) I can not select "TEST". It will display in the dropdown but the selection is just ignored. Again this is happening in multiple forms and grids.

2 Replies

AD Administrator Syncfusion Team March 18, 2004 06:34 PM UTC

I am attaching a very simple example of this problem. ComboTest_1463.zip


AD Administrator Syncfusion Team March 18, 2004 07:09 PM UTC

What version are you using? This works in 2.0.3.0 for me. (There is a slight problem in that it takes 2 clicks to see things the first time but this is not the problem you described. This 2-click problem can be avoided by calling grid.CurrentCell.MoveTo(-1,-1).)

Loader.
Up arrow icon