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 want to display a column in a bound datagrid with a combobox in it that is not bound to a column in by datatable.
When the user selects an entry from the combobox and then leaves the cell... the cell is emptied.
This I miss something?
ADAdministrator Syncfusion Team December 10, 2002 09:46 AM
You might check your ExclusiveChoiceList setting for your column style. If this is true, then the value in the column would be required to be a value in the dropdown.
Also, is your grid readonly?
Attached is a sample that does not appear to have this problem.