ComboBox
Properties
DataSource - DataSource
The number of available pages.
SelectedIndex - Nullable
Animation - PopupAnimation
DataSourceId - String
AutoBind - Nullable
AutoWidth - Nullable
CascadeFrom - String
CascadeFromField - String
CascadeFromParentField - String
CascadeOnCustomValue - Nullable
ClearButton - Nullable
DataTextField - String
DataValueField - String
Delay - Nullable
Enable - Nullable
EnforceMinLength - Nullable
FixedGroupTemplate - String
FixedGroupTemplateId - String
FixedGroupTemplateHandler - String
FooterTemplate - String
FooterTemplateId - String
FooterTemplateHandler - String
Label - ComboBoxLabelSettings
Sets the inner HTML of the label.
GroupTemplate - String
GroupTemplateId - String
GroupTemplateHandler - String
Height - Nullable
HighlightFirst - Nullable
IgnoreCase - Nullable
Messages - ComboBoxMessagesSettings
The text message when hovering the input clear button.
MinLength - Nullable
NoDataTemplate - String
NoDataTemplateId - String
NoDataTemplateHandler - String
Placeholder - String
Popup - ComboBoxPopupSettings
Defines a jQuery selector that will be used to find a container element, where the popup will be appended to.
PrefixOptions - ComboBoxPrefixOptionsSettings
Defines the name for an existing icon in a Kendo UI theme or SVG content.
SuffixOptions - ComboBoxSuffixOptionsSettings
Defines the name for an existing icon in a Kendo UI theme or SVG content.
Suggest - Nullable
SyncValueAndText - Nullable
HeaderTemplate - String
HeaderTemplateId - String
HeaderTemplateHandler - String
Template - String
TemplateId - String
TemplateHandler - String
Text - String
Value - String
ValuePrimitive - Nullable
Virtual - ComboBoxVirtualSettings
Specifies the height of the virtual item. All items in the virtualized list must have the same height. If the developer does not specify one, the framework will automatically set itemHeight based on the current theme and font size.
Filter - Nullable
Size - Nullable
Rounded - Nullable
FillMode - Nullable
AdaptiveMode - Nullable
Events - IDictionary
Id - String
SanitezeId - Boolean
Initializer - IJavaScriptInitializer
IsInClientTemplate - Boolean
IsSelfInitialized - Boolean
HasDeferredInitialization - Boolean
HtmlAttributes - 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
Serialize()
Serialize current instance to Dictionary
WriteInitializationScript(System.IO.TextWriter)
Parameters
writer - System.IO.TextWriter
Render()
Renders the component.
ToClientTemplate()
ToHtmlString()
VerifySettings()
WriteDeferredStyles(System.IO.TextWriter)
Writes the deferred styes.
Parameters
writer - System.IO.TextWriter
The writer.