Skip to content

Pact Kendo EnumerableExtensions Kendo T (System Collections Generic IEnumerable T Pact Kendo KendoDataRequest)

welshronaldo edited this page May 30, 2022 · 7 revisions

EnumerableExtensions.Kendo<T>(IEnumerable<T>, KendoDataRequest) Method

Kendo data source support for soft delete, text filtering and sorting

public static System.Collections.Generic.IEnumerable<T> Kendo<T>(this System.Collections.Generic.IEnumerable<T> source, Pact.Kendo.KendoDataRequest kendoDataRequest)
    where T : class;

Type parameters

T

Parameters

source System.Collections.Generic.IEnumerable<T>

kendoDataRequest KendoDataRequest
filer and pagination options

Returns

System.Collections.Generic.IEnumerable<T>

Clone this wiki locally