GridReadEventArgs
Class
The class that describes the event arguments of the OnRead event of the grid. Used to implement custom data source read operations - fetching data, paging, filtering, sorting and so on.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class GridReadEventArgs : ReadEventArgs
Inheritance: objectEventArgsReadEventArgsGridReadEventArgs
Inherited Members
Constructors
C#
public GridReadEventArgs()
Properties
Defines the AggregateResults for the component. Use this to populate aggregate results back to the component.
C#
public IEnumerable<AggregateResult> AggregateResults { get; set; }