The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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.
ADAdministrator Syncfusion Team March 18, 2004 06:34 PM UTC
I am attaching a very simple example of this problem.
ComboTest_1463.zip
ADAdministrator 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).)