I want to capture the filter event when user enters any search data.
When dropdown is initialized i am setting a dataSource with some data.
When the user filters for specific data, it will use the dataSource data to filter on client side.
If i dont find the filter data i want on client side then i want make a call to server side API and get more data from different source and bind it to same dropdown
is there a Event to know when we get
No Records Found