Hi,
Is there any sample showcasing how can we bind a Kendo Grid to WebApi using actions that do not follow the Telerik proposed signatures (DataSourceRequest) using the MVC Extensions?
I would like to make my API available for others to use and the DataSourceRequest in the input does not fit well in that requirement. I want to bind a grid to a controller that returns and receives my pure objects. For sorting and paging I would need to add extra arguments but I would prefer not to bind to a proprietary solution.
Thanks,
Pedro
Is there any sample showcasing how can we bind a Kendo Grid to WebApi using actions that do not follow the Telerik proposed signatures (DataSourceRequest) using the MVC Extensions?
I would like to make my API available for others to use and the DataSourceRequest in the input does not fit well in that requirement. I want to bind a grid to a controller that returns and receives my pure objects. For sorting and paging I would need to add extra arguments but I would prefer not to bind to a proprietary solution.
Thanks,
Pedro