Search Results: wegh edit

dxDrawer Configuration

Reference
This section describes properties that configure the Drawer UI component's contents, behavior and appearance.

. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo shading Specifies whether to shade the view when the drawer is opened. See Also openedStateMode template

dxDropDownBox Configuration

Reference
An object defining configuration properties for the DropDownBox UI component.

is a read-only flag. You can use it to check if the editor value changed. jQuery index.js $(() => { const dropDownBox = $('#dropDownBox').dxDropDownBox({ // ... }).dxDropDownBox... Also reset isValid Specifies or indicates whether the editor's value is valid. NOTE When you use async rules, isValid is true if the status is "pending" or "valid". See Also validationErrors

dxDropDownBox Methods

Reference
This section describes members used to manipulate data.

) close() Closes the drop-down editor. See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods content() Gets the popup window's content. See Also... Handling open() Opens the drop-down editor. See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods option() Gets all UI component properties. See Also

dxDropDownBox Events

Reference
This section describes events that this UI component raises.

using the keyboard. Main article: onChange See Also jQuery Handle Events Angular Event Handling Vue Event Handling React Event Handling closed Raised once the drop-down editor... article: onKeyUp See Also jQuery Handle Events Angular Event Handling Vue Event Handling React Event Handling opened Raised once the drop-down editor is opened. Main article

dxDropDownButton Configuration

Reference
This section describes properties that configure the DropDownButton UI component's contents, behavior, and appearance.

({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo selectedItem Contains the selected item's data. Available when useSelectMode is true. See Also selectedItemKey selectedItemKey