RadGrid for ASP.NET

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


Gets or sets a value indicating whether the GridTableView will extract all bindable properties from the DataSource when binding, to perform operations like sorting, grouping, etc on DataFields that are not included in the column declarations.

  

 

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

Syntax

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

Return Value

true, if the GridTableView will extract all bindable properties from the DataSource when binding; otherwise, false. The default value is true.

Remarks

You can also use the AdditionalDataFieldNames array to indicate RadGrid DataFieldNames that should be sorted, grouped, ect and are not included as columns.

Requirements

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

See Also