Hi,
I have a SfDataGrid that has inside it a column of type GridMultiColumnDropDownList that is bidinded (ItemsSource) with a list that contains a lot of records (say ~ 10.000).
I was wondering it there is the possibility to enable Data Virtualization in such situations as you can do with SfDatagrid:
EnableDataVirtualization="True"
but I don't find any property like this in GridMultiColumnDropDownList .
So my question is if there is any other possibility to speed up combobox grid popup appearing in such cases.
At the moment is quite impossible to change the value since every time the user clicks on a cell of that type, the program freezes for some seconds before displaying the combo-grid.
Thank you in advance,
Silvio