combo huge data

Hi i have to load a huge data into a combo, but i want to load the data dynamically , so when i tipe “ala” i get the first 50 occurrence that have the word “ala” how i can do this?

Hi, you need to catch the onTimedKeyPress event, and in the handler get serverside data and parse it into the suggest list: http://webix.com/snippet/0166c3fe

Thanks very much