| ASP.NET Grid Documentation - Events
|
Obout.Grid namespace
Obout.Grid.GridClientSideEvents class
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
Client-Side Events
Server-Side Events
OnSelect
|
Server-side event that is executed when a record is selected.
|
OnInsertCommand
|
Server-side event that is executed when a new record is added.
|
OnUpdateCommand
|
Server-side event that is executed when a record is updated.
|
OnDeleteCommand
|
Server-side event that is executed when a record is deleted.
|
OnRebind
|
Server-side event that is executed after the OnInsertCommand,
OnUpdateCommand and OnDeleteCommand events. If Serialize is set
to true, this event should be used to recreate the grid with the
updated data from the database.
|
|
|
|
|