GridBuilder<(Of <(<'TModel>)>)>..::..PopupEditor Method
Configures the grid to use popup editor from templateViewId.
Namespace:
Suoranta.WebApp.KendoAssembly: 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.

