RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridTableView Constructor(RadGrid,Boolean)
See Also 
Telerik.WebControls Namespace > GridTableView Class > GridTableView Constructor : GridTableView Constructor(RadGrid,Boolean)


OwnerGrid
The owner RadGrid object
IsTrackingViewState
Indicates whether RadGrid is saving changes to its view state.
Constructs a new GridTableView and sets as its owner the RadGrid object. Sets the IsTrackingViewState property to the corresponding value of the boolean parameter.  

 

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal OwnerGrid As RadGrid, _
   ByVal IsTrackingViewState As Boolean _
)
Visual Basic (Usage)Copy Code
Dim OwnerGrid As RadGrid
Dim IsTrackingViewState As Boolean
 
Dim instance As GridTableView(OwnerGrid, IsTrackingViewState)
C# 
public GridTableView( 
   RadGrid OwnerGrid,
   bool IsTrackingViewState
)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal OwnerGrid As RadGrid, _
   ByVal IsTrackingViewState As Boolean _
)
Visual Basic (Usage)Copy Code
Dim OwnerGrid As RadGrid
Dim IsTrackingViewState As Boolean
 
Dim instance As GridTableView(OwnerGrid, IsTrackingViewState)
C# 
public GridTableView( 
   RadGrid OwnerGrid,
   bool IsTrackingViewState
)

Parameters

OwnerGrid
The owner RadGrid object
IsTrackingViewState
Indicates whether RadGrid is saving changes to its view state.

Requirements

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

See Also