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 Grid
Declaration
public GridDataView(GridViewListSource listSource)
Parameters
Grid The list source. |
Methods
CreateGroupBuilder()
Creates the group builder.
Declaration
protected override GroupBuilder<GridViewRowInfo> CreateGroupBuilder()
Returns
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
Grid The item. |
System. Name of the field. |
Returns
System.
|
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
Returns
System.
|
Overrides
Telerik.WinControls.Data.RadCollectionView<Telerik.WinControls.UI.GridViewRowInfo>.VersionUpdateNeeded(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)