hi,
Is there any way to programmatically get the datasource in a grid with the items sorted as the user has selected?
The following:
Is there any way to programmatically get the datasource in a grid with the items sorted as the user has selected?
The following:
$(grid).data("kendoGrid").dataSource.view()
takes into account grid paging also, and does not return the items of the entire datasource sorted. Can I get somehow all dataitems sorted regardless of paging?
Thanks in advacne