PowerWEB LiveControls for ASP.NET
LiveDataGrid Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LiveDataGrid Class



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 
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
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

This member is functionally equivalent to System.Web.UI.WebControls.DataGridClass.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.BaseDataList
            System.Web.UI.WebControls.DataGrid
               Dart.LiveControls.LiveDataGrid

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.