A data bound list control that displays the items from data source in a table. The
LiveDataGrid control allows you to select, sort, and edit these items.
Syntax
Visual Basic (Declaration) | |
---|
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.LiveControls.Design.LiveDataGridDesigner, Dart.LiveControls, Version=4.0.0.777, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
<EditorAttribute(EditorBaseTypeName="System.ComponentModel.ComponentEditor, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", EditorTypeName="Dart.LiveControls.Design.LiveDataGridComponentEditor, Dart.LiveControls, Version=4.0.0.777, Culture=neutral, PublicKeyToken=5966291b8955e4bb")>
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
Public Class LiveDataGrid
Inherits System.Web.UI.WebControls.DataGrid
Implements ILiveControl |
C# | |
---|
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.LiveControls.Design.LiveDataGridDesigner, Dart.LiveControls, Version=4.0.0.777, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[EditorAttribute(EditorBaseTypeName="System.ComponentModel.ComponentEditor, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", EditorTypeName="Dart.LiveControls.Design.LiveDataGridComponentEditor, Dart.LiveControls, Version=4.0.0.777, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public class LiveDataGrid : System.Web.UI.WebControls.DataGrid, ILiveControl |
C++/CLI | |
---|
[DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Dart.LiveControls.Design.LiveDataGridDesigner, Dart.LiveControls, Version=4.0.0.777, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[EditorAttribute(EditorBaseTypeName="System.ComponentModel.ComponentEditor, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", EditorTypeName="Dart.LiveControls.Design.LiveDataGridComponentEditor, Dart.LiveControls, Version=4.0.0.777, Culture=neutral, PublicKeyToken=5966291b8955e4bb")]
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public ref class LiveDataGrid : public System.Web.UI.WebControls.DataGrid, ILiveControl |
Remarks
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also