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 : HtmlContainerControl
Constructors
RadGrid()
Declaration
public RadGrid()
RadGrid(Element)
Properties
AllowCellSelection
Declaration
public bool AllowCellSelection { get; }
Property Value
System.
|
AllowColumnResize
Declaration
public bool AllowColumnResize { get; }
Property Value
System.
|
AllowColumnSelection
Declaration
public bool AllowColumnSelection { get; }
Property Value
System.
|
AllowColumnsReorder
Declaration
public bool AllowColumnsReorder { get; }
Property Value
System.
|
AllowMultiCellSelection
Declaration
public bool AllowMultiCellSelection { get; }
Property Value
System.
|
AllowMultiColumnSelection
Declaration
public bool AllowMultiColumnSelection { get; }
Property Value
System.
|
AllowMultiRowSelection
Declaration
public bool AllowMultiRowSelection { get; }
Property Value
System.
|
AllowRowResize
Declaration
public bool AllowRowResize { get; }
Property Value
System.
|
AllowRowSelection
Declaration
public bool AllowRowSelection { get; }
Property Value
System.
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.
|
Overrides
ClipCellContentOnResize
Declaration
public bool ClipCellContentOnResize { get; }
Property Value
System.
|
DetailTableCount
Declaration
public int DetailTableCount { get; }
Property Value
System.
|
EditedItemCount
Declaration
public int EditedItemCount { get; }
Property Value
System.
|
EnableDragToSelectRows
Declaration
public bool EnableDragToSelectRows { get; }
Property Value
System.
|
EnableHeaderContextMenu
Declaration
public bool EnableHeaderContextMenu { get; }
Property Value
System.
|
EnableRealTimeResize
Declaration
public bool EnableRealTimeResize { get; }
Property Value
System.
|
GridFilterItem
GroupPanel
IsScrollingEnabled
Declaration
public bool IsScrollingEnabled { get; }
Property Value
System.
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
MasterTable
Pager
RenderMode
ReorderColumnsOnClient
Declaration
public bool ReorderColumnsOnClient { get; }
Property Value
System.
|
ResizeGridOnColumnResize
Declaration
public bool ResizeGridOnColumnResize { get; }
Property Value
System.
|
SelectedCellsCount
Declaration
public int SelectedCellsCount { get; }
Property Value
System.
|
StaticHeadersEnabled
Declaration
public bool StaticHeadersEnabled { get; }
Property Value
System.
|
Methods
AssignElement(Element)
ControlAssert()
FindColumn(Predicate<GridTableHeader>)
Declaration
public GridTableHeader FindColumn(Predicate<GridTableHeader> predicate)
Parameters
System.
|
Returns
FindColumnByName(String)
Declaration
public GridTableHeader FindColumnByName(string columnName)
Parameters
System.
|
Returns
FindColumns(Predicate<GridTableHeader>)
Declaration
public IList<GridTableHeader> FindColumns(Predicate<GridTableHeader> predicate)
Parameters
System.
|
Returns
System.
|