The Telerik UI for Blazor DataGrid provides a set of lifecycle events that you can use to not only manage updates, adds, and deletes but extend the grid with additional functionality—like an undo button, for example.
The DataGrid in Telerik UI for Blazor’s OnStateInit and OnStateChanged lifecycle events give you almost complete control over every part of the grid. Learn how to use them in this tutorial.
Blazor WebAssembly (or Blazor WASM as all the cool kids are calling it!) has arrived, but how does it stack up compared to Vue.js, a more established option for building modern web applications?