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



Represents a column type for the DataGrid control that allows you to customize the layout of controls in the column.

Syntax

Visual Basic (Declaration) 
Public Class LiveTemplateColumn 
   Inherits LiveDataGridColumn
Visual Basic (Usage)Copy Code
Dim instance As LiveTemplateColumn
C# 
public class LiveTemplateColumn : LiveDataGridColumn 
C++/CLI 
public ref class LiveTemplateColumn : public LiveDataGridColumn 

Remarks

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

Note In order for LiveTemplateColumn contents to be modified during a Callback, those contents must be PowerWEB controls. For example, if the column's ItemTemplate contains a standard Label control whose properties must be changed during a callback, this Label must be replaced by a LiveLabel. Non-PowerWEB controls will only have their properties updated when the LiveDataGrid is rendered as a result of a DataBind() call.

Inheritance Hierarchy

System.Object
   System.Web.UI.WebControls.DataGridColumn
      Dart.LiveControls.LiveDataGridColumn
         Dart.LiveControls.LiveTemplateColumn

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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