We have use a MultiColumnComboBoxFor to select from a large dataset > 100.000 records.
At the time of selecting a record the DataText is correctly displayed.
But when we refresh the page the ComboBox behaves differently for records which appear early in the dataset, and records that come later.
The early records show the DataText correctly, records which come later in the dataset do not; they show their Id (DataValue).
If we implement virtualization, the Combobox displays the correct DataText in both cases, but seemingly with an extra server roundtrip?
Is this expected behaviour? Is there anything we could improve while using the MultiColumnComboBox with larger datasets?
Kind regards.