New to Telerik UI for Blazor? Download Free 30-day trial

Grid - Events

1 - 7 of 77 items
CONSOLE Clear log
On State Init event fired.
  • Events.razor
  • ProductService.cs
  • ProductDto.cs
Loading the demo source code...please wait.

Style in ThemeBuilder

  • Custom SASS variables
  • Atomic customizations
  • Sharing projects
Start Theming

Description

The Grid exposes a wide range of events which you can use to provide some custom logic. This online demo shows a Grid with its most commonly used events set up and an event log where you can see their firing order and how they interact with each other. When the page is loaded you can see that the OnStateInit is fired. This means that the state of the component is initialized. You can also you that event to provide a custom initial state where the Grid is sorted and filtered. When you click on a row a few events are fired - the OnRowClick, the SelectedItemsChanged and the OnStateChanged in that succession. You can use the OnStateChanged event handler to save the state of the component in the LocalStorage, for example.
This Data Grid Events example is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik UI for Blazor components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for Blazor or ThemeBuilder.

Support & Learning Resources

An error has occurred. This application may no longer respond until reloaded.