Selects all the cells in a grid.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function selectAll();

Remarks

The result depends upon the chosen selection mode in the grid. For example, if the selection mode is SingleCell, only the top left cell will be selected.

See Also