Hello,
I'm trying to integrate the Kendu UI Grid to a Spring Boot REST API. I have it working okay, but when I try to enable sorting and filtering I am running into issues. Spring Boot requires the params for paging to be called "page" and "size" instead of the Kendo "skip" and "take". I was able to work around this, but filtering is much more complex. I found toDataSourceRequestString which converts the state to a format for ASP.NET MVC. Is there any such integration for Spring Boot? Has anyone run into this and found a reasonable work around?
Thanks.