RadGrid for ASP.NET

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


Gets a DataView object that represents the data sent to the GridTableView to be displayed.   

 

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

Syntax

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

Return Value

A result DataView object of all grid operations.

Remarks

ResolvedDataSourceView is available only in ItemDataBound event handler i.e. when the grid is bound.

Requirements

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

See Also