WidgetExtensions..::..FilteredBy<(Of <(<'TList, TListBuilder>)>)> Method
Configures [Filtered{TList, TListBuilder}(TListBuilder)] for widget
and sets fields where the search string may appear.
Namespace:
Suoranta.WebApp.Kendo.RazorHelpersAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public static TListBuilder FilteredBy<TList, TListBuilder>( this TListBuilder builder, string[] filterFields ) where TList : ListBase where TListBuilder : ListBuilderBase<TList, TListBuilder>
Type Parameters
- TList
- The type of the list.
- TListBuilder
- The type of the list builder.

