|
Server-Side Events
Server side events will be fired for the operations, such as editing, applying styles, etc., which will make the grid to refresh itself with
the data from the server.
GridGroupingControl offers different server-side events that let you customize the value and appearance of individual cells.
-
QueryCellStyleInfo
-
QueryValue
-
SaveValue
-
RecordValueChanging
There are also events, that get triggered at the server side, when a row is being added, edited and deleted.
-
DataSourceControlRowAdding
-
DataSourceControlRowUpdating
-
DataSourceControlRowDeleting
|
|
|
|