New to Telerik UI for JSP? Download free 30-day trial

<kendo:grid-selectable>

If set to true the user would be able to select grid rows. By default selection is disabled.Can also be set to the following string values: "row" - the user can select a single row.; "cell" - the user can select a single cell.; "multiple, row" - the user can select multiple rows. or "multiple, cell" - the user can select multiple cells..

Example

<kendo:grid>
    <kendo:grid-selectable></kendo:grid-selectable>
</kendo:grid>

Configuration Attributes

dragToSelect boolean

When set to true, the user can drag to select multiple Grid rows or cells.

Example

<kendo:grid-selectable dragToSelect="dragToSelect">
</kendo:grid-selectable>

ignoreOverlapped boolean

When set to true, visually hidden elements that match by the filter option criteria but are overlapped by other elements that also can be selected, are ignored.

Example

<kendo:grid-selectable ignoreOverlapped="ignoreOverlapped">
</kendo:grid-selectable>

mode java.lang.String

Can be set to the following string values: "row" - the user can select a single row.; "cell" - the user can select a single cell.; "multiple, row" - the user can select multiple rows. or "multiple, cell" - the user can select multiple cells..

Example

<kendo:grid-selectable mode="mode">
</kendo:grid-selectable>
In this article
Not finding the help you need?