Hi, i am trying to get grids sort direction and field using just jquery. I am making an export accoring to filter and sort of Kendo table, I have my own filtering components so there is no problem getting filters, but what about the sorting? Is there some way how to do this?
This way ill get my grid datasource which contains sort property, but its just some function. Pls help.
var data = $("#DbOperatorReportResults").data("kendoGrid").dataSource;