Hello,
I try to use a SfDataGrid with a GridComboBoxColumn. I like to fill the DataSource for this Column with a DataTable with a large count of items (10000+). The problem is, that the form hangs upon loading and the grid gets unusable when opening the dropdown of this column. I would like to use the "suggest" feature of the ComboBox, but it is not possible because of the very slow performance.
I think this is because the grid uses a older version of the ComboBox. In the toolbox of Syncfusion I can see two version of the ComboBox - SfComboBox and ComboBoxBase. When I put the SfComboBox on a form and fill it with 10000+ items, the selection and also the suggest feature works very fast. But when I use a ComboBoxBase and add 10000+ items, it is very slow. My feeling is, that the GridComboBoxColumn also uses the ComboBoxBase version?
Is it possible to change the control used in the GridComboBoxColumn or to make it faster and usable with a large amount of dropdown items?
Thank you.
Michael