I am using a filter editor in my List grid. There is also a data source linked with the grid. Initially I fetch all the records in my grid and then if i try to filter the records , the filtering operation is a client side operation but i want to make a server call , how can this be done ?
OR if someone can tell, which method is called when I enters some search criteria in the grid and click on the search button ??
Thanks in advance.
OR if someone can tell, which method is called when I enters some search criteria in the grid and click on the search button ??
Thanks in advance.
Comment