Improvement in Kendo Dynamic LINQ
Use Cases and Deployment Scope
We have angular app for our .net core backend application. we have used Progress/Kendo-ui version 2021.2.616. Our need for clinet-ui is responsive UI and dynamic controls with great UI feel. Our application is based on dental web application so we need to use tooth charts and many other controls to display data to users.
Pros
- kendo-panelbar
- kendo-calendar
- kendo-grid
Cons
- Kendo Dynamic LINQ
Likelihood to Recommend
Kendo-grid is impressive, we have used grid in all our pages and modules with ease. Data binding and providing filtering sorting parameters are very good. Kendo-calendar is providing way better options to customize date control with various requirements in our application. Kendo-multiselect control provides better options for all kind of dropdownlist possibilities. From my own experience working on filtering data from grid using Kendo Dynamic LINQ (.Net Core Web API), sometimes in such scenario where query is holding result from multiple tables where filtering/sorting is not applied on specified column.