GridNoRecordsSettingsBuilder
Defines the fluent API for configuring GridNoRecordsSettings
Methods
Template(System.String)
The template which is rendered when current view contains no records.
Parameters
value - System.String
The value for Template
TemplateId(System.String)
The template which is rendered when current view contains no records.
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which is rendered when current view contains no records.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
The template which is rendered when current view contains no records.
Parameters
templateHandler - System.String
The hendler that returs the template for Template