RadGrid
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class RadGrid : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadGrid
Inherited Members
Constructors
C#
public RadGrid()
Properties
C#
public bool AllowCellSelection { get; }
C#
public bool AllowColumnResize { get; }
C#
public bool AllowColumnSelection { get; }
C#
public bool AllowColumnsReorder { get; }
C#
public bool AllowMultiCellSelection { get; }
C#
public bool AllowMultiColumnSelection { get; }
C#
public bool AllowMultiRowSelection { get; }
C#
public bool AllowRowResize { get; }
C#
public bool AllowRowSelection { get; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public bool ClipCellContentOnResize { get; }
C#
public int DetailTableCount { get; }
C#
public int EditedItemCount { get; }
C#
public bool EnableDragToSelectRows { get; }
C#
public bool EnableHeaderContextMenu { get; }
C#
public bool EnableRealTimeResize { get; }
C#
public GridFilterItem GridFilterItem { get; }
C#
public GridGroupPanel GroupPanel { get; }
C#
public bool IsScrollingEnabled { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public GridTableView MasterTable { get; }
C#
public RenderMode RenderMode { get; }
C#
public bool ReorderColumnsOnClient { get; }
C#
public bool ResizeGridOnColumnResize { get; }
C#
public int SelectedCellsCount { get; }
C#
public bool StaticHeadersEnabled { get; }
Methods
C#
public GridTableHeader FindColumn(Predicate<GridTableHeader> predicate)
C#
public IList<GridTableHeader> FindColumns(Predicate<GridTableHeader> predicate)