Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support
Resources
Design and Productivity Tools
hello,
I want a function to convert the state like this format :
filter[logic]=and&filter[filters][0][field]=title&filter[filters][0][operator]=eq&filter[filters][0][value]=POST_TITLE
and to pass it on the queryParm
Thank you
Hello Leo,
The @progress/kendo-data-query package does not support such serialization format. It supports a Kendo-specific syntax and OData syntax.
The desired functionality could be achieved with some custom code though. Here's an example.
You can then set the query params through the router's navigate method.
Let me know if I could provide further information on the topic.
Regards, Dimitar Progress Telerik