RadGrid for ASP.NET

RadGrid Send comments on this topic.
RenderColumns Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : RenderColumns Property


Gets an array of all columns that are used when rendering the grid instance.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RenderColumns As GridColumn()
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value() As GridColumn
 
value = instance.RenderColumns
C# 
public GridColumn[] RenderColumns {get;}

Return Value

An array of all columns that are used when rendering the grid instance.

Remarks

Modifying the array would not affect rendering as it is regenerated before each data-bind. To modify the list of columns available use GridTableView.Columns property.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also