Example of Events in ASP.NET MVC Data Grid Control
This sample demonstrates all the events that have been triggered on all the Grid operations with the help of Event Trace panel.
DEMO
SOURCE
|
|
The Grid triggers events based on its actions. The events can be used as an extension point to perform custom operations.
In this demo, perform Grid actions like Paging, Sorting, Reordering, Grouping etc. and see the Event Trace panel for the events emitted.