3 references to ApplySorting
Microsoft.AspNetCore.Components.QuickGrid (3)
GridItemsProviderRequest.cs (2)
27
/// Rather than inferring the sort rules manually, you should normally call either <see cref="
ApplySorting
(IQueryable{TGridItem})"/>
35
/// Rather than inferring the sort rules manually, you should normally call either <see cref="
ApplySorting
(IQueryable{TGridItem})"/>
QuickGrid.razor.cs (1)
379
var result = request.
ApplySorting
(Items).Skip(request.StartIndex);