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

GridBuilder<(Of <(<'TModel>)>)>..::..PopupEditor Method

Configures the grid to use popup editor from templateViewId.

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

Syntax


public virtual AdvancedBuilders<(Of <(<'TPageModel, TController>)>)>..::..GridBuilder<TModel> PopupEditor(
	string templateViewId
)

Parameters

templateViewId
Type: String
Name of the editor view template. The view .cshtml should be located under project path Views/Shared/EditorTemplates.

Return Value

Builder instance