New to Telerik UI for BlazorStart a free 30-day trial

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 ReadEventArgs.RequestReadEventArgs.DataReadEventArgs.TotalEventArgs.Empty

Constructors

C#
public GridReadEventArgs()
C#
public GridReadEventArgs(DataSourceRequest request)
Parameters:requestDataSourceRequest

Properties

Defines the AggregateResults for the component. Use this to populate aggregate results back to the component.

C#
public IEnumerable<AggregateResult> AggregateResults { get; set; }