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.
With native components, the Telerik UI for Blazor Grid templates can fully utilize the the best features of Blazor to highly customize the user experience.
ASP.NET Core Razor Pages is the natural successor to the traditional Web Forms development framework. Mike Brind attempts to demonstrate this with a high-level orientation of comparable features, showing how one maps to the other.
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.
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.