Class DNNDataGrid
The DNNDataGrid control provides an Enhanced Data Grid, that supports other column types.
Inheritance
System.Object
DNNDataGrid
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DNNDataGrid : DataGrid
Methods
| Improve this Doc View SourceCreateControlHierarchy(Boolean)
The DNNDataGrid control provides an Enhanced Data Grid, that supports other column types.
Declaration
protected override void CreateControlHierarchy(bool useDataSource)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | useDataSource |
OnDataBinding(EventArgs)
Called when the grid is Data Bound.
Declaration
protected override void OnDataBinding(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
PrepareControlHierarchy()
The DNNDataGrid control provides an Enhanced Data Grid, that supports other column types.
Declaration
protected override void PrepareControlHierarchy()
Events
| Improve this Doc View SourceItemCheckedChanged
The DNNDataGrid control provides an Enhanced Data Grid, that supports other column types.
Declaration
public event DNNDataGridCheckedColumnEventHandler ItemCheckedChanged
Event Type
Type | Description |
---|---|
DNNDataGridCheckedColumnEventHandler |