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 and Learning
Productivity and Design Tools
I upgraded my MVC components yesterday and I'm having this issue.
I've attached some before and after pictures. What changes do I need to make to get it looking like the before image?
I'm only using:
.Filterable(filterable => filterable.Mode(GridFilterMode.Row))
I've added this to the column binding.
.Filterable(ftb => ftb.Cell(cell => cell.Operator("contains").SuggestionOperator(FilterType.Contains))).
I think I have all the latest styles and scripts.
<script src="https://cdn.kendostatic.com/2022.1.119/js/jquery.min.js"></script> <script src="https://cdn.kendostatic.com/2022.1.119/js/jszip.min.js"></script> <script src="https://cdn.kendostatic.com/2022.1.119/js/kendo.all.min.js"></script> <script src="https://cdn.kendostatic.com/2022.1.119/js/kendo.aspnetmvc.min.js"></script>
Before:
Update:
I had to run the theme builder again and get a new .css file. This resolved my case.
I've added this to the column binding.
.Filterable(ftb => ftb.Cell(cell => cell.Operator("contains").SuggestionOperator(FilterType.Contains))).I think I have all the latest styles and scripts.
<script src="https://cdn.kendostatic.com/2022.1.119/js/jquery.min.js"></script> <script src="https://cdn.kendostatic.com/2022.1.119/js/jszip.min.js"></script> <script src="https://cdn.kendostatic.com/2022.1.119/js/kendo.all.min.js"></script> <script src="https://cdn.kendostatic.com/2022.1.119/js/kendo.aspnetmvc.min.js"></script>Before:
Update:
I had to run the theme builder again and get a new .css file. This resolved my case.
Thank you for sharing the fixing approach with the community.
Kind Regards,
Anton Mironov