<select ej-dropdownlist e-fields-text="XXX" e-fields-value="ID" e-datasource="data" e-enableFilterSearch="true" e-filterType="contains" e-allowVirtualScrolling="true" e-virtualScrollMode="ej.VirtualScrollMode.Normal" e-itemsCount="20" e-value="data.XXX" e-watermarkText=""> </select>
$scope.data= ej.DataManager({ url: "XXXX", adaptor: new ej.UrlAdaptor() });
public object XXX([FromBody] DataManager dm)
I do get the initial 20 records, but when I try to search, the query is never send back to the server.
What did I miss? I cannot load all the record in the dropdownlist and make the filtering on the client side because I have 100 000 records.
Thank you,
Yann
https://www.syncfusion.com/downloads/support/directtrac/149250/ze/RemoteSearch-1765161988
Please let us know if you have any other queries.
Regards,
Arun P