In this post, we will review the PivotGrid component. Unlike a typical grid, a PivotGrid lets you change the way the data is presented. Let's take a look at how to create a PivotGrid using example sales data for a grocery store.
Selecting a React grid is something a lot of us will eventually be required to do as enterprise-level developers. In this article I try to give some insight into what features I look for in a data grid.
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.