Is there any way to do paging in Kendo Grid without resorting to OData?
I just want the skip and take parameters passed into my controller. That's all I need. OData breaks a whole bunch of encapsulation for us and is just such a tremendous burden to implement without breaking existing architecture.
So please is there a way, to get to OData for paging without resorting to Web API or WCF Data services.
Thank you
I just want the skip and take parameters passed into my controller. That's all I need. OData breaks a whole bunch of encapsulation for us and is just such a tremendous burden to implement without breaking existing architecture.
So please is there a way, to get to OData for paging without resorting to Web API or WCF Data services.
Thank you