TreeList
Properties
DataSource - DataSource
The number of available pages.
DataSourceId - String
Filterable - TreeListFilterableSettings
If set to true, the filter menu will allow the user to input a second criteria.
Toolbar - TreeListToolbarSettings
A JavaScript array that contains the ToolBar's commands configuration.
ToolbarTemplate - String
ToolbarTemplateId - String
ToolbarTemplateHandler - String
Pageable - TreeListPageableSettings
(Available as of the Kendo UI 2017 R3 release) By default, the TreeList will render a pager even when total number of items in the DataSource is less than the pageSize value.If set to false the TreeList will toggle the pager visibility as follows: When the total amount of items initially set in the DataSource is less than the pageSize number, the pager will be hidden.; When the total amount of items initially set in the DataSource is greater than or equal to the pageSize number, the pager will be shown.; When the total amount of items in the DataSource becomes less than the pageSize number (after a delete or filter operation, or upon changing the pageSize), the pager will be hidden. or When the total amount of items in the DataSource becomes greater than or equal to the pageSize number (after an insert or filter operation, or upon changing the pageSize), the pager will be shown..
AltRowTemplate - String
AltRowTemplateId - String
AltRowTemplateHandler - String
AutoBind - Nullable
Columns - List
Resizable - Nullable
Reorderable - Nullable
ColumnMenu - TreeListColumnMenuSettings
If set to true, the column menu allows the user to select (show and hide) TreeList columns. By default, the column menu allows column selection.
Editable - TreeListEditableSettings
Gets or sets the default value of the field.
Excel - TreeListExcelSettings
If set to true the TreeList will export all pages of data. By default the TreeList exports only the current page.
Height - Nullable
Messages - TreeListMessagesSettings
Defines the text for the command buttons that are used across the widget.
Navigatable - Nullable
Pdf - TreeListPdfSettings
Exports all TreeList pages, starting from the first one.
RowTemplate - String
RowTemplateId - String
RowTemplateHandler - String
Scrollable - Nullable
Search - TreeListSearchSettings
The fields by which the grid will search
Sortable - TreeListSortableSettings
If set to true, the user can get the TreeList in its unsorted state by clicking the sorted column header.
Selectable - TreeListSelectableSettings
Specifies whether multiple or single selection is allowed.
Events - IDictionary
Id - String
SanitezeId - Boolean
Writer - IJavaScriptWriter
Initializer - IJavaScriptInitializer
IsInClientTemplate - Boolean
IsSelfInitialized - Boolean
HasDeferredInitialization - Boolean
HtmlAttributes - IDictionary
ScriptAttributes - IDictionary
HtmlHelper - IHtmlHelper
ModelMetadataProvider - IModelMetadataProvider
Name - String
Explorer - ModelExplorer
Selector - String
IdPrefix - String
ViewContext - ViewContext
ValueProvider - IValueProvider
UrlGenerator - IUrlGenerator
HtmlEncoder - HtmlEncoder
HasClientComponent - Boolean
UseMvvmInitialization - Boolean
Methods
ProcessSettings()
Processes the TreeList settings.
WriteInitializationScript(System.IO.TextWriter)
Writes the TreeList initialization script.
Parameters
writer - System.IO.TextWriter
The text writer instance.
Serialize()
Serialize current instance to Dictionary
Render()
Renders the component.
ToClientTemplate()
ToHtmlString()
VerifySettings()
WriteDeferredStyles(System.IO.TextWriter)
Writes the deferred styes.
Parameters
writer - System.IO.TextWriter
The writer.