RadGrid for ASP.NET

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


Gets or sets a value indicating whether RadGrid will be built on PreRender unless it was built before that. This property is supposed for Telerik RadGrid internal usage, yet you can set it with care.   

 

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

Syntax

Visual Basic (Declaration) 
Public Property RequiresBinding As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As Boolean
 
instance.RequiresBinding = value
 
value = instance.RequiresBinding
C# 
public bool RequiresBinding {get; set;}

Return Value

true, if the RadGrid will be built on PreRender; otherwise, false.

Requirements

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

See Also