Class
GridReadEventArgs

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:

cs-api-definition
public class GridReadEventArgs : ReadEventArgs

Inheritance: objectEventArgsReadEventArgsGridReadEventArgs

Inherited Members ReadEventArgs.RequestReadEventArgs.DataReadEventArgs.TotalEventArgs.Empty

Constructors

GridReadEventArgs()

Declaration

cs-api-definition
public GridReadEventArgs()

GridReadEventArgs(DataSourceRequest)

Declaration

cs-api-definition
public GridReadEventArgs(DataSourceRequest request)

Parameters

request

DataSourceRequest

Properties

AggregateResults

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

Declaration

cs-api-definition
public IEnumerable<AggregateResult> AggregateResults { get; set; }

Property Value

IEnumerable<AggregateResult>