Skip to main content

ASPxClientGridViewRowCancelEventArgs Class

Declaration

declare class ASPxClientGridViewRowCancelEventArgs extends ASPxClientCancelEventArgs

Remarks

The ASPxClientGridView.RowCollapsing and ASPxClientGridView.RowExpanding events allow you to prevent end-users from collapsing and expanding individual group rows, respectively.

The ASPxClientGridViewRowCancelEventArgs provides the ASPxClientGridViewRowCancelEventArgs.visibleIndex property that identifies the processed group row.

See Also