Example of Events in ASP.NET Core Tree Grid Control
This sample demonstrates all the events that have been triggered on all the TreeGrid operations with the help of Event Trace panel.
DEMO
SOURCE
|
|
The TreeGrid triggers events based on its actions. The events can be used as an extension point to perform custom operations.
In this demo, perform TreeGrid actions like paging, sorting, reordering, filtering etc. and see the Event Trace panel for the events emitted.
More information on the Grid events can be found in this documentation section.