Telerik UI for Blazor 1.0.0 is here, bringing the UI component set out of beta an in to official RTM. This initial release includes a data grid, charts, and tons of form elements to use in your Blazor apps today.
The KendoGrid included in the Telerik UI for Blazor Early Preview has a surprising amount of functionality in it. Here’s how to load it dynamically with client-side C# code pulling data from a Web Service. You can even begin the process of managing user updates. Starting that process means managing the state of the page but that’s pretty easy to do.
Telerik UI for Blazor has just released its 0.4.0 version, which includes more components and features for existing components! Read on to see what's new.
Here’s a Blazor Component that uses C# to retrieve data from a Web Service and display it in the new Blazor-Enabled KendoGrid. To put it another way: Client-side updates with no JavaScript required.