Big collections in Combo widget

Sometimes we need to handle big collections in a Combo control. Would be nice a lazy loading feature in this widget.

You may implement the custom lazy loading of the combo options using the following solution:
https://snippet.dhtmlx.com/m6lnn1il
simply loading a new data based on the inputted value to your Combobox from the input event

1 Like