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

AdvancedBuilders<(Of <(<'TPageModel, TController>)>)>..::..ReadGridBuilder<(Of <(<'TRow>)>)> Class

Builds read-only [K.Grid{T}] (with AJAX data source).

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

Syntax


public class ReadGridBuilder<TRow> : GridBuilder<TRow>, 
	IReadGridBuilder

Type Parameters

TRow

Remarks


In simple scenarios can be used as stand-alone class, i.e. without deriving a new class for specific grid instance

Inheritance Hierarchy


GridBuilder<(Of <(<'TRow>)>)>
    Suoranta.WebApp.Kendo..::..AdvancedBuilders<(Of <(<'TPageModel, TController>)>)>..::..ReadGridBuilder<(Of <(<'TRow>)>)>