HI Team,
I should dynamically bind data to dropdown list.
I have more than 1lac record to be binded in dropdown, so I tried initially to load only 50 records.
Based on user search try to retrieve the records from the db and show. also when users scrolls try to retrieve the next records.
Can u tell me which event of the dropdown list I should use in order to do this.
Because there is only data source value which I can bind, later if I scroll how can I bind also on search it should call my api, not get the value from datasource.
Should I use the on change event to do this?
Thanks,