Kendo.Mvc.UI.ListView
Kendo UI ListView component
Properties
AutoBind
Defines whether the ListView will bind to the data source during initialization.
TagName
Specifies ListView wrapper element tag name.
UrlGenerator
Gets the UrlGenerator instance.
DataSource
Gets the DataSource settings.
DataSourceId
Gets or sets the name of the external DataSource used by the ListView.
ClientTemplateId
Gets or sets the id of the client template used to render ListView items.
ClientAltTemplateId
Gets or sets the id of the client template used to render ListView items.
Pageable
Gets the ListView paging settings.
Scrollable
If set to true
the listview will display a scrollbar when the content exceeds the listview height value. By default scrolling is disabled. It could be set to endless in order to enable the endless scrolling functionality. In endless scrolling mode the listview should be configured to display a scrollbar. Scrolling to the end of the scrollbar will load more items (equal to the pageSize number) and append them to the listview DOM element utill all items are loaded and displayed.
Navigatable
Gets or sets the ListView keyboard navigation settings.
Selectable
Specifies whether item selection is allowed. By default selection is disabled
EditorHtml
Gets or sets the ListView editor HTML.
Editable
Gets the ListView editing settings.
Bordered
Renders border around the listview element.
Borders
Renders border around the listview items. Valid values are: all: renders borders around listview items.; horizontal: renders top border of listview items. Useful when setting layout: "flex" and flex.direction: column. or vertical: renders top border of listview items. Useful when setting layout: "flex" and flex.direction: row..
ContentElement
Defines the type of element that holds the listview content.
Layout
Specify the layout of listview content. Valid options are: flex: This is equivalent to display: flex. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns. or grid: This is equivalent to display: grid. It defines the element as a grid container and establishes a new grid formatting context for its contents..
Flex
Flex layout settings
Grid
Grid layout settings.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the ListView initialization script.
Parameters
writer System.IO.TextWriter
The text writer instance.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the ListView HTML output.
Parameters
writer System.Web.UI.HtmlTextWriter
The text writer instance.
VerifySettings
Verifies if all required settings are present in the ListView.