Table of Contents

Class Grid

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class Grid : GridView, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, IPostBackContainer, IPostBackEventHandler, ICallbackContainer, ICallbackEventHandler, IPersistedSelector, IDataKeysControl, IDataBoundListControl, IDataBoundControl, IFieldControl
Inheritance
Grid
Implements
Inherited Members
Extension Methods

Constructors

Grid()

public Grid()

Properties

AutoBinding

public bool AutoBinding { get; set; }

Property Value

bool

EnablePaging

public bool EnablePaging { get; set; }

Property Value

bool

EnableSorting

public bool EnableSorting { get; set; }

Property Value

bool

Paging

public Paging Paging { get; }

Property Value

Paging

Translation

public Grid.TranslationFlag Translation { get; set; }

Property Value

Grid.TranslationFlag

Methods

OnDataBinding(EventArgs)

protected override void OnDataBinding(EventArgs e)

Parameters

e EventArgs

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPageIndexChanging(GridViewPageEventArgs)

protected override void OnPageIndexChanging(GridViewPageEventArgs e)

Parameters

e GridViewPageEventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

OnRowDataBound(GridViewRowEventArgs)

protected override void OnRowDataBound(GridViewRowEventArgs e)

Parameters

e GridViewRowEventArgs

PrepareControlHierarchy()

protected override void PrepareControlHierarchy()