Grids
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.
Task ID | Task Name | Start Date | Duration |
---|---|---|---|
1 | Planning | 3/2/2017 | 5 |
2 | Plan timeline | 3/2/2017 | 5 |
3 | Plan budget | 3/2/2017 | 5 |
4 | Allocate resources | 3/2/2017 | 5 |
5 | Planning complete | 7/2/2017 | 1 |
6 | Design | 10/2/2017 | 3 |
7 | Software Specification | 10/2/2017 | 3 |
8 | Develop prototype | 10/2/2017 | 3 |
9 | Get approval from customer | 2/13/2017 | 2 |
10 | Design complete | 2/14/2017 | 1 |
Event Trace
TreeGrid dataBound event called
TreeGrid create event called TreeGrid load event called |
|
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.