Show / Hide Table of Contents

Class DNNDataGrid

Inheritance
object
Control
WebControl
BaseDataList
DataGrid
DNNDataGrid
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
INamingContainer
Inherited Members
DataGrid.SortCommandName
DataGrid.SelectCommandName
DataGrid.EditCommandName
DataGrid.DeleteCommandName
DataGrid.UpdateCommandName
DataGrid.CancelCommandName
DataGrid.PageCommandName
DataGrid.NextPageCommandArgument
DataGrid.PrevPageCommandArgument
DataGrid.CreateColumnSet(PagedDataSource, bool)
DataGrid.CreateControlStyle()
DataGrid.CreateItem(int, int, ListItemType)
DataGrid.InitializeItem(DataGridItem, DataGridColumn[])
DataGrid.InitializePager(DataGridItem, int, PagedDataSource)
DataGrid.LoadViewState(object)
DataGrid.OnBubbleEvent(object, EventArgs)
DataGrid.OnCancelCommand(DataGridCommandEventArgs)
DataGrid.OnDeleteCommand(DataGridCommandEventArgs)
DataGrid.OnEditCommand(DataGridCommandEventArgs)
DataGrid.OnItemCommand(DataGridCommandEventArgs)
DataGrid.OnItemCreated(DataGridItemEventArgs)
DataGrid.OnItemDataBound(DataGridItemEventArgs)
DataGrid.OnPageIndexChanged(DataGridPageChangedEventArgs)
DataGrid.OnSortCommand(DataGridSortCommandEventArgs)
DataGrid.OnUpdateCommand(DataGridCommandEventArgs)
DataGrid.SaveViewState()
DataGrid.TrackViewState()
DataGrid.AllowCustomPaging
DataGrid.AllowPaging
DataGrid.AllowSorting
DataGrid.AlternatingItemStyle
DataGrid.AutoGenerateColumns
DataGrid.BackImageUrl
DataGrid.CurrentPageIndex
DataGrid.Columns
DataGrid.EditItemIndex
DataGrid.EditItemStyle
DataGrid.FooterStyle
DataGrid.HeaderStyle
DataGrid.Items
DataGrid.ItemStyle
DataGrid.PageCount
DataGrid.PagerStyle
DataGrid.PageSize
DataGrid.SelectedIndex
DataGrid.SelectedItem
DataGrid.SelectedItemStyle
DataGrid.ShowFooter
DataGrid.ShowHeader
DataGrid.TagKey
DataGrid.VirtualItemCount
DataGrid.CancelCommand
DataGrid.DeleteCommand
DataGrid.EditCommand
DataGrid.ItemCommand
DataGrid.ItemCreated
DataGrid.ItemDataBound
DataGrid.PageIndexChanged
DataGrid.SortCommand
DataGrid.UpdateCommand
BaseDataList.AddParsedSubObject(object)
BaseDataList.CreateChildControls()
BaseDataList.DataBind()
BaseDataList.CreateDataSourceSelectArguments()
BaseDataList.EnsureDataBound()
BaseDataList.GetData()
BaseDataList.IsBindableType(Type)
BaseDataList.OnDataPropertyChanged()
BaseDataList.OnDataSourceViewChanged(object, EventArgs)
BaseDataList.OnInit(EventArgs)
BaseDataList.OnLoad(EventArgs)
BaseDataList.OnPreRender(EventArgs)
BaseDataList.OnSelectedIndexChanged(EventArgs)
BaseDataList.Render(HtmlTextWriter)
BaseDataList.Caption
BaseDataList.CaptionAlign
BaseDataList.CellPadding
BaseDataList.CellSpacing
BaseDataList.Controls
BaseDataList.DataKeys
BaseDataList.DataKeysArray
BaseDataList.DataKeyField
BaseDataList.DataMember
BaseDataList.DataSource
BaseDataList.DataSourceID
BaseDataList.GridLines
BaseDataList.HorizontalAlign
BaseDataList.Initialized
BaseDataList.IsBoundUsingDataSourceID
BaseDataList.SupportsDisabledAttribute
BaseDataList.RequiresDataBinding
BaseDataList.SelectArguments
BaseDataList.UseAccessibleHeader
BaseDataList.SelectedIndexChanged
WebControl.AddAttributesToRender(HtmlTextWriter)
WebControl.ApplyStyle(Style)
WebControl.CopyBaseAttributes(WebControl)
WebControl.MergeStyle(Style)
WebControl.RenderBeginTag(HtmlTextWriter)
WebControl.RenderEndTag(HtmlTextWriter)
WebControl.RenderContents(HtmlTextWriter)
WebControl.AccessKey
WebControl.Attributes
WebControl.BackColor
WebControl.BorderColor
WebControl.BorderWidth
WebControl.BorderStyle
WebControl.ControlStyle
WebControl.ControlStyleCreated
WebControl.CssClass
WebControl.DisabledCssClass
WebControl.Style
WebControl.Enabled
WebControl.EnableTheming
WebControl.Font
WebControl.ForeColor
WebControl.HasAttributes
WebControl.Height
WebControl.IsEnabled
WebControl.SkinID
WebControl.TabIndex
WebControl.TagName
WebControl.ToolTip
WebControl.Width
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.DataBind(bool)
Control.DataBindChildren()
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DNNDataGrid : DataGrid, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer

Constructors

DNNDataGrid()

Declaration
public DNNDataGrid()

Methods

CreateControlHierarchy(bool)

Declaration
protected override void CreateControlHierarchy(bool useDataSource)
Parameters
Type Name Description
bool useDataSource
Overrides
DataGrid.CreateControlHierarchy(bool)

OnDataBinding(EventArgs)

Declaration
protected override void OnDataBinding(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
BaseDataList.OnDataBinding(EventArgs)

PrepareControlHierarchy()

Declaration
protected override void PrepareControlHierarchy()
Overrides
DataGrid.PrepareControlHierarchy()

Events

ItemCheckedChanged

Declaration
public event DNNDataGridCheckedColumnEventHandler ItemCheckedChanged
Event Type
Type Description
DNNDataGridCheckedColumnEventHandler

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IAttributeAccessor
INamingContainer

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS