Class GridDataView
Represents the view with data rows
Inheritance
System.Object
GridDataView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridDataView : RadDataView<GridViewRowInfo>, ICollectionView<GridViewRowInfo>, IPagedCollectionView, IReadOnlyCollection<GridViewRowInfo>, IEnumerable<GridViewRowInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
GridDataView(GridViewListSource)
Initializes a new instance of the GridDataView class.
Declaration
public GridDataView(GridViewListSource listSource)
Parameters
GridViewListSource
listSource
The list source. |
Methods
CreateGroupBuilder()
Creates the group builder.
Declaration
protected override GroupBuilder<GridViewRowInfo> CreateGroupBuilder()
Returns
GroupBuilder<GridViewRowInfo>
|
Overrides
Telerik.WinControls.Data.RadDataView<Telerik.WinControls.UI.GridViewRowInfo>.CreateGroupBuilder()
GetFieldValue(GridViewRowInfo, String)
Gets the field value.
Declaration
protected override object GetFieldValue(GridViewRowInfo item, string fieldName)
Parameters
GridViewRowInfo
item
The item. |
System.String
fieldName
Name of the field. |
Returns
System.Object
|
Overrides
Telerik.WinControls.Data.RadCollectionView<Telerik.WinControls.UI.GridViewRowInfo>.GetFieldValue(Telerik.WinControls.UI.GridViewRowInfo, System.String)
VersionUpdateNeeded(NotifyCollectionChangedEventArgs)
Declaration
protected override bool VersionUpdateNeeded(NotifyCollectionChangedEventArgs args)
Parameters
NotifyCollectionChangedEventArgs
args
|
Returns
System.Boolean
|
Overrides
Telerik.WinControls.Data.RadCollectionView<Telerik.WinControls.UI.GridViewRowInfo>.VersionUpdateNeeded(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)