Click or drag to resize
KaxComboBox Properties

The KaxComboBox type exposes the following members.

Properties
  Name Description
Public property AccessibilityMode

Determines whether the noscript tag containing select element to be rendered.

Public property AllowCustomText

Determines whether custom text can be entered into the input field of KaxComboBox.

Public property Code example AutoCompleteSeparator
Gets or sets a list of separators: autocomplete logic is reset afer a separator is entered and users can autocomplete multiple items.
Public property AutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the KaxComboBox selection.
Public property ChangeTextOnKeyBoardNavigation

Determines whether the text can be entered into the input field of KaxComboBox during keyboard navigation

Public property Code example ClientChanges
Gets a list of all client-side changes (adding an item, removing an item, changing an item's property) which have occurred.
Public property CloseDropDownOnBlur

Determines whether drop down should be closed on blur

Public property Code example CollapseAnimation
Gets the settings for the animation played when an item closes.
Public property Code example CollapseDelay
Gets or sets a value indicating the timeout after which a dropdown starts to close.
Public property Controls (Overrides ControlControls.)
Public property Culture
Public property DropDownCssClass
Gets or sets an additional Cascading Style Sheet (CSS) class applied to the Drop Down.
Public property DropDownWidth
Gets or sets the width of the dropdown in pixels.
Public property EmptyMessage
Public property EnableAutomaticLoadOnDemand
Gets or sets a value indicating whether the combobox should handle the items request automatically on the server.
Public property EnableItemBindingExpressions
Gets or sets a value indicating whether any databinding expressions specified in the ItemTemplate should be evaluated for unbound items (items added inline or programmatically).
Public property EnableItemCaching
Gets or sets a value indicating whether the combobox should cache items loaded on demand or via webservice
Public property EnableLoadOnDemand
Gets or sets a value indicating whether the combobox should issue a callback to the server whenever end-users change the text of the combo (keypress, paste, etc).
Public property EnableScreenBoundaryDetection

Determines whether the Screen Boundaries Detection is enabled or not.

Public property EnableTextSelection
Gets or sets a value indicating whether the text of combobox should be selected
Public property EnableVirtualScrolling
Gets or sets a value indicating whether the combobox should load items on demand (via callback) during scrolling-down the drop-down area.
Public property ErrorMessage

Determines the custom error message to be shown after the Load On Demand Callback error appears.

Public property Code example ExpandAnimation
Gets the settings for the animation played when the dropdown opens.
Public property Code example ExpandDelay
Gets or sets a value indicating the timeout after which a dropdown starts to open.
Public property ExpandDirection
Gets or sets a value indicating the opening direction of KaxComboBox dropdown. If this property is not set - by default dropdown opens downwards.
Public property Filter
Gets or sets a value indicating whether the combobox should automatically autocomplete and highlight the currently typed text to the all items text match.
Public property Footer
Get a footer of KaxcomboBox.
Public property FooterTemplate
Gets or sets the template for displaying footer in KaxcomboBox.
Public property Header
Get a header of KaxcomboBox.
Public property HeaderTemplate
Gets or sets the template for displaying header in KaxcomboBox.
Public property HighlightTemplatedItems
Gets or sets a value indicating whether items defined in the ItemTemplate template should be automatically highlighted on mouse hover or keyboard navigation.
Public property IsCaseSensitive
Gets or sets a value that indicates whether the combobox autocompletion logic is case-sensitive or not.
Public property Code example IsEmpty
Gets a value indicating whether the current instance of the combobox has child items.
Public property ItemRequestTimeout
Specifies the timeout after each keypress before KaxComboBox fires an AJAX callback to the ItemsRequested server-side event.
Public property Code example Items
Gets a KaxComboBoxItemCollection object that contains the items of the current KaxComboBox control.
Public property ItemsPerRequest
Gets or sets the number of Items the KaxComboBox will load per Item request.
Public property Code example ItemTemplate
Gets or sets the template for displaying the items in KaxcomboBox.
Public property Code example KaxComboBoxImagePosition
Sets or gets the position (left or right) of the arrow image dropdown.
Public property Label
Public property LabelCssClass
Public property LoadingMessage
The value of the message that is shown in KaxComboBox while AJAX callback call is in effect.
Public property Localization
Public property MarkFirstMatch
Gets or sets a value indicating whether the combobox should automatically autocomplete and highlight the currently typed text to the closest item text match.
Public property MaxHeight
Gets or sets the max height of the dropdown in pixels.
Public property MaxLength
Gets or sets the maximum number of characters allowed in the combobox.
Public property NoWrap

Gets or sets a value indicating whether the text in a combobox item automatically continues on the next line when it reaches the end of the dropdown.

Public property OffsetX
Gets or sets a value indicating the horizontal offset of the combobox dropdown
Public property OffsetY
Gets or sets a value indicating the vertical offset of the combobox dropdown.
Public property Code example OnClientBlur
The client-side event that is fired when when the combo loses focus
Public property Code example OnClientDropDownClosed
The client-side event that is fired after the dropdown of the combobox is closed.
Public property Code example OnClientDropDownClosing
The client-side event that is fired before the dropdown of the combobox is closed.
Public property Code example OnClientDropDownOpened
The client-side event that is fired after the dropdown of the combobox is opened.
Public property Code example OnClientDropDownOpening
The client-side event that is fired before the dropdown of the combobox is opened.
Public property Code example OnClientFocus
The client-side event that is fired when when the combo gains focus
Public property OnClientItemDataBound
Gets or sets the name of the JavaScript function called when an Item is created during Web Service Load on Demand.
Public property Code example OnClientItemsRequested
Gets or sets a value indicating the client-side event handler that is called when the KaxComboBox items were just populated (for example from web service).
Public property Code example OnClientItemsRequestFailed
Gets or sets a value indicating the client-side event handler that is called when the operation for populating the KaxComboBox has failed.
Public property Code example OnClientItemsRequesting
Gets or sets a value indicating the client-side event handler that is called when the KaxComboBox is about to be populated (for example from web service).
Public property Code example OnClientKeyPressing
The client-side event that is fired when the user presses a key inside the combobox.
Public property Code example OnClientLoad
Gets or sets a value indicating the client-side event handler that is called after the KaxComboBox client-side object is initialized.
Public property Code example OnClientSelectedIndexChanged
The client-side event that is fired after the selected index of the KaxComboBox has been changed.
Public property Code example OnClientSelectedIndexChanging
The client-side event that is fired when the selected index of the KaxComboBox is about to be changed.
Public property OnClientTextChange
Public property OpenDropDownOnLoad
Gets or sets a value that indicates whether the dropdown of the combobox should be opened by default on loadnig the page.
Public property SelectedIndex

Gets the index of the currently selected item in the combobox.

Public property Code example SelectedItem

Gets the currently selected item in the combobox.

Public property SelectedValue

Gets the value of the currently selected item in the combobox.

Public property ShowDropDownOnTextboxClick

Determines whether the dropdown shows when the user clicks in the input field.

Public property ShowMoreResultsBox
Gets or sets a value indicating whether the combobox should display the box for requesting additional items
Public property ShowToggleImage
Gets or sets a value indicating whether the dropdown image next to the combobox text area should be displayed.
Public property ShowWhileLoading
Indicates whether the combobox will be visible while loading.
Public property Code example Sort
Automatically sorts items alphabetically (based on the Text property) in ascending or descending order.
Public property Code example SortCaseSensitive
Gets/sets whether the sorting will be case-sensitive or not. By default is set to true.
Public property Code example Text

Gets or sets the text content of the KaxComboBox control.

Public property UniqueID (Overrides ControlUniqueID.)
Public property WebServiceSettings
Gets the settings for the web service used to populate items.
Public property ZIndex
The HTML Z-index of the items dropdown of KaxComboBox.Its default value is 6000.
Top
See Also