Skip to main content
All docs
V23.2

ASPxClientVerticalGridBatchEditApi.GetSelectedCells Method

Gets information about the selected cells.

Declaration

GetSelectedCells(): ASPxClientVerticalGridCellInfo[]

Returns

Type Description
ASPxClientVerticalGridCellInfo[]

Information about the selected cells.

Remarks

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

<dx:ASPxVerticalGrid ID="VerticalGrid1" ClientInstanceName="clientVGrid" ...>
      ...
</dx:ASPxVerticalGrid>
var selCells[] = clientVGrid.batchEditApi.GetSelectedCells();
See Also