|
|
Events
Grid Grouping Control provides numerous events to aid you in the creation of interactive applications. Based on the location of the recreated grid data after the user actions, these events are classified as Server-Side and Client-Side events.
|
|
|
|
Grid Grouping Control offers different Server-Side events that allow you to customize the value and appearance of individual cells.
Server-Side events are triggered for operations such as editing and applying styles. These operations make the grid refresh its data from the server. The events triggered by such operations are listed below.
-
Query Cell Style Info
-
Query Value
-
Save Value
-
Record Value Change
Events also get triggered at the Server-Side when a row is added, edited or deleted. These events are listed below.
-
Data Source Control Row Adding
-
Data Source Control Row Updating
-
Data Source Control Row Deleting
|
|
|
|
Grouping Grid Control provides rich client side Application Programming Interface (API) for various operations such as record click, selection changed and context menu click. These operations trigger respective Client-Side events in response to these actions. Using these Client-Side events or by writing Client-Side scripts,you can retain the page information between sessions through client side cookies.
Below is a list of such client-side events that let you make the web application more interactive.
-
Client Side On Record Click
-
Client Side On Selection Changed
-
Client Side On Context Menu
|
|
|
|
|
|
|