Class RadGrid
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadGrid : HtmlContainerControlConstructors
RadGrid()
Declaration
public RadGrid()RadGrid(Element)
Properties
AllowCellSelection
Declaration
public bool AllowCellSelection { get; }Property Value
| System.Boolean 
 | 
AllowColumnResize
Declaration
public bool AllowColumnResize { get; }Property Value
| System.Boolean 
 | 
AllowColumnSelection
Declaration
public bool AllowColumnSelection { get; }Property Value
| System.Boolean 
 | 
AllowColumnsReorder
Declaration
public bool AllowColumnsReorder { get; }Property Value
| System.Boolean 
 | 
AllowMultiCellSelection
Declaration
public bool AllowMultiCellSelection { get; }Property Value
| System.Boolean 
 | 
AllowMultiColumnSelection
Declaration
public bool AllowMultiColumnSelection { get; }Property Value
| System.Boolean 
 | 
AllowMultiRowSelection
Declaration
public bool AllowMultiRowSelection { get; }Property Value
| System.Boolean 
 | 
AllowRowResize
Declaration
public bool AllowRowResize { get; }Property Value
| System.Boolean 
 | 
AllowRowSelection
Declaration
public bool AllowRowSelection { get; }Property Value
| System.Boolean 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
ClipCellContentOnResize
Declaration
public bool ClipCellContentOnResize { get; }Property Value
| System.Boolean 
 | 
DetailTableCount
Declaration
public int DetailTableCount { get; }Property Value
| System.Int32 
 | 
EditedItemCount
Declaration
public int EditedItemCount { get; }Property Value
| System.Int32 
 | 
EnableDragToSelectRows
Declaration
public bool EnableDragToSelectRows { get; }Property Value
| System.Boolean 
 | 
EnableHeaderContextMenu
Declaration
public bool EnableHeaderContextMenu { get; }Property Value
| System.Boolean 
 | 
EnableRealTimeResize
Declaration
public bool EnableRealTimeResize { get; }Property Value
| System.Boolean 
 | 
GridFilterItem
GroupPanel
IsScrollingEnabled
Declaration
public bool IsScrollingEnabled { get; }Property Value
| System.Boolean 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
MasterTable
Pager
RenderMode
ReorderColumnsOnClient
Declaration
public bool ReorderColumnsOnClient { get; }Property Value
| System.Boolean 
 | 
ResizeGridOnColumnResize
Declaration
public bool ResizeGridOnColumnResize { get; }Property Value
| System.Boolean 
 | 
SelectedCellsCount
Declaration
public int SelectedCellsCount { get; }Property Value
| System.Int32 
 | 
StaticHeadersEnabled
Declaration
public bool StaticHeadersEnabled { get; }Property Value
| System.Boolean 
 | 
Methods
AssignElement(Element)
ControlAssert()
FindColumn(Predicate<GridTableHeader>)
Declaration
public GridTableHeader FindColumn(Predicate<GridTableHeader> predicate)Parameters
| System.Predicate<GridTableHeader>
        predicate 
 | 
Returns
| GridTableHeader 
 | 
FindColumnByName(String)
Declaration
public GridTableHeader FindColumnByName(string columnName)Parameters
| System.String
        columnName 
 | 
Returns
| GridTableHeader 
 | 
FindColumns(Predicate<GridTableHeader>)
Declaration
public IList<GridTableHeader> FindColumns(Predicate<GridTableHeader> predicate)Parameters
| System.Predicate<GridTableHeader>
        predicate 
 | 
Returns
| System.Collections.Generic.IList<GridTableHeader> 
 |