Skip to main content
All docs
V23.2

ASPxClientGridViewBatchEditApi.GetSelectedCells Method

Gets information about the selected cells.

Declaration

GetSelectedCells(): ASPxClientGridViewCellInfo[]

Returns

Type Description
ASPxClientGridViewCellInfo[]

Information about the selected cells.

Remarks

Use the following methods to control the cell selection on the client side:

<dx:ASPxGridView ID="GridView" ClientInstanceName="clientGrid" ...>
      ...
</dx:ASPxGridView>
var selCells[] = clientGrid.batchEditApi.GetSelectedCells();
See Also