GridDataProviderRequestTItem Class

The class that handles a request from a GridTItem to filter/sort its data based on user interaction, or JavaScript interop.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class GridDataProviderRequest<TItem>
where TItem : class
Inheritance
Object    GridDataProviderRequestTItem

Type Parameters

TItem
Business object type that is being used in the Grid.

Constructors

GridDataProviderRequestTItemInitializes a new instance of the GridDataProviderRequestTItem class

Properties

CancellationToken Cancellation token for the request.
Filters Current filters.
PageNumber Page number.
PageSize Size of the page.
Sorting Current sorting.

Methods

ApplyTo Applies the user requested filters and sorting on a stack of data for use in a GridTItem.

See Also