GridBuilder<(Of <(<'TModel>)>)> Constructor (Grid<(Of <(<'TModel>)>)>, HtmlHelper<(Of <(<'TPageModel>)>)>, IAction, LambdaExpression, GridVisualSettings)
Namespace:
Suoranta.WebApp.Kendo
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
protected GridBuilder( Grid<TModel> component, HtmlHelper<TPageModel> htmlHelper, IAction readActionSelector, LambdaExpression crudPostParamSelector, GridVisualSettings settings )
Parameters
- component
- Type: Suoranta.WebApp.Kendo..::..Grid<(Of <(<'TModel>)>)>
- htmlHelper
- Type: Suoranta.WebApp.View..::..HtmlHelper<(Of <(<'TPageModel>)>)>
- readActionSelector
- Type: Suoranta.WebApp.Types..::..IAction
- crudPostParamSelector
- Type: LambdaExpression
- settings
- Type: Suoranta.WebApp.Kendo..::..GridVisualSettings

