Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

ReadGridBuilder<(Of <(<'TRow>)>)>..::..ConfigureDataSource Method

Configures [KF.DataSourceBuilder{TModel}]

Namespace:  Suoranta.WebApp.Kendo
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


protected virtual AjaxDataSourceBuilder<TRow> ConfigureDataSource(
	DataSourceBuilder<TRow> builder,
	Selector idProp
)

Parameters

builder
Type: DataSourceBuilder<(Of <(<'TRow>)>)>
idProp
Type: Suoranta.WebApp.Types..::..Selector
ID property selector

Return Value

[KF.AjaxDataSourceBuilder{TModel}]

Remarks


Can be overridden, but this is not expected to be needed