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.
Hi,
the DataSource-Table for my comboBox has the following content.
DisplayMember ValueMember
Row0: F30 100
Row1: F30_a 101
Now, select the content of row 0 is not possible. The row0 will never be found and the event "CurrentCellChanging" never fired.
If the Displaymember of row0 is included as prefix of another row, it is not possible to select row0 (only in these case).
In the attachement, i have corrected the responsible methode(FindItem)in class (GridComboBoxCellRenderer).
Now the row 0 is selectable (be able to find).
In what version of gridsuite is the bug eliminated?
greetings markus