Back to Devexpress

ASPxClientPivotGrid.CellClick Event

aspnet-js-aspxclientpivotgrid-86cd024d.md

latest2.2 KB
Original Source

ASPxClientPivotGrid.CellClick Event

Occurs when a cell is clicked.

Declaration

ts
CellClick: ASPxClientEvent<ASPxClientClickEventHandler<ASPxClientPivotGrid>>

Event Data

The CellClick event's data class is ASPxClientClickEventArgs. The following properties provide information specific to this event:

PropertyDescription
ColumnFieldNameGets a column field name.
ColumnIndexGets the index of a column that owns the processed cell.
ColumnValueGets a column field value.
ColumnValueTypeGets a column value type.
DataIndexGets the index of the data field which corresponds to the clicked summary value.
HtmlEventProvides access to the parameters associated with the ASPxClientPivotGrid.CellClick and ASPxClientPivotGrid.CellDblClick events.
RowFieldNameGets a row field name.
RowIndexGets the index of a row that owns the processed cell.
RowValueGets a row field value.
RowValueTypeGets a row value type.
ValueGets the processed cell’s value.

Remarks

To respond to double clicking a cell, handle the ASPxClientPivotGrid.CellDblClick client event.

See Also

CellDblClick

ASPxClientPivotGrid Class

ASPxClientPivotGrid Members