With this example, it appears the filter on the OrderDate will only filter on the data that was loaded into the grid initially, correct? In other words, could the OrderDate range be expanded to return more data ?
https://demos.telerik.com/aspnet-mvc/grid/remote-data-binding
If one has several thousand rows to potentially pull in, we will likely need to:
- Set AutoBind to false
- Provide some parameter values to pass in via the Data method to limit the results.