GridDataProviderRequestTItem Class
The class that handles a request from a
GridTItem to filter/sort its data based on user interaction,
or JavaScript interop.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class GridDataProviderRequest<TItem>
where TItem : class
- Inheritance
- Object GridDataProviderRequestTItem
Type Parameters
- TItem
- Business object type that is being used in the Grid.
| ApplyTo |
Applies the user requested filters and sorting on a stack of data for use in a GridTItem.
|