RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridSelecting Class
See Also  Members  
Telerik.WebControls Namespace : GridSelecting Class


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

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Class GridSelecting 
   Inherits GridObjectWithState
Visual Basic (Usage)Copy Code
Dim instance As GridSelecting
C# 
public class GridSelecting : GridObjectWithState 

Remarks

You can get a reference to this class using GridClientSettings.Selecting property.

Inheritance Hierarchy

System.Object
   Telerik.WebControls.GridObjectWithState
      Telerik.WebControls.GridSelecting

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also