Skip to main content
Tab

GridViewClientSideEvents Class

Contains a list of the client-side events available for the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewClientSideEvents :
    GridClientSideEvents

The following members return GridViewClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridLookup.GridViewClientSideEvents
ASPxGridView.ClientSideEvents
ASP.NET MVC Extensions GridLookupSettings.GridViewClientSideEvents
GridViewSettings.ClientSideEvents

Remarks

The GridViewClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxGridView. Property names represent the names of the available client events.

Each property of this type provides the capability of assigning an appropriate JavaScript handler function to the corresponding client-side event of the ASPxGridView.

A GridViewClientSideEvents object is automatically created when a server-side ASPxGridView object is being initialized.

Implements

See Also