New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridSelecting

Provides properties related to setting the client-side selection in Telerik RadGrid.

Remarks

You can get a reference to this class using P:Telerik.Web.UI.GridClientSettings.Selecting property.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ObjectWithState
  • Telerik.Web.UI.GridSelecting

Properties

AllowRowSelect Boolean

Gets or sets a value indicating whether you will be able to select a grid row on the client by clicking on it with the mouse.

CellSelectionMode GridCellSelectionMode

Gets or sets the cell selection mode.

EnableDragToSelectRows Boolean

Gets or sets a value indicating whether you will be able to select multiple rows by dragging a rectangle around them with the mouse.

UseClientSelectColumnOnly Boolean

Gets or sets value indicating whether items can be only selected through GridClientSelectColumn

In this article