Client Side Events

This Demo explains the usage of client-side events with GridWeb Control. The GridWeb can fires 7 client side events. They are:
This Demo creates a GridWeb control with all the 7 event handlers:
<agw:GridWeb id="Gridweb1" runat="server" Height="250px" Width="350px" OnCellErrorClientFunction="onCellError" OnCellSelectedClientFunction="onCellSelected" OnCellUnselectedClientFunction="onCellUnselected" OnCellUpdatedClientFunction="onCellUpdated" OnDoubleClickCellClientFunction="onDoubleClickCell" OnSubmitClientFunction="onSubmit" OnValidationErrorClientFunction="onError">

Check the source of this page to see the client side javascript functions' defination .
Try clicking, double-clicking and typing in the bottom grid, and the bottom right window will show the events of the grid.

Run the demo

[Run Sample]