|
Client-Side Events
Grouping Grid Control provides rich client side API for various operations such as record click, selection changed, context menu
click, etc. It fires respective client side events in response to these actions. Using these 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.
-
ClientSideOnRecordClick
-
ClientSideOnSelectionChanged
-
ClientSideOnContextMenu
|
|
|
|