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
Docs & Resources
Productivity and Design Tools
In Kendo UI for ASP.NET MVC / JQuery the Grid component has the option to show a refresh icon on bottom bar / pager.
In the blazor version i cannot see it.
Please add a builtin refresh icon on grid as done in other libraries.
Hi Claudio,
Our Kendo UI jQuery Grid and the ASP.NET MVC Grid make data requests directly. They are more tightly integrated with the application's data layer.
On the other hand, our Blazor UI components do not communicate with data services. Instead, the Blazor app should refresh a databound UI component when its data changes. That's why a built-in refresh button doesn't make much sense.
If you need users to refresh data manually for some reason, then consider a button that will call the Rebind() method of the Grid. You can place the button in the Grid ToolBar.
Regards, Dimo Progress Telerik