Is it possible for EsDataSource to:
- Set TotalRowCount automatically?
- Provide a default sort expression when none is provided if (when AutoSorting="true")?
- Handle paging and sorting automatically based on the control that it is connected to? E.g. if the control was set for Paging then it would esDataSource would automatically do paging, etc...
FYI, I provided a sample Telerik Grid that handles Paging, Sorting and Exporting Here. Any feedback on ways to improve it would be appreciated.
Also, if anyone else has suggestions, please feel free to chime in ...