Search Results: wegh edit

dxValidationGroup

Reference
The ValidationGroup is a UI component that allows you to validate several editors simultaneously.

Read Guides NOTE Nested validation groups are not supported. See Also jQuery Add DevExtreme to a jQuery Application Angular Add DevExtreme to an Angular CLI Application Vue Add...

dxValidator CompareRule

Reference
A validation rule that demands that a validated editor has a value that is equal to a specified expression.

; ); } } export default App; Display the editor's name in the message jQuery index.js $(function() { $("#textBox").dxTextBox({ ... }) .dxValidator({ name: "Passwords", // The error

UI Components

Reference

Syntax dxColorBox The ColorBox is a UI component that allows an end user to enter a color or pick it out from the drop-down editor. View Demo Start Tutorial See Also jQuery... of a data object as a collection of label-editor pairs. These pairs can be arranged in several groups, tabs and columns. View Demo Start Tutorial See Also jQuery Add DevExtreme

dxNumberBox Configuration

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

is styled. The following styles are available: You can also use the global editorStylingMode setting to specify how the text fields of all editors in your application are styled. tabIndex Specifies... to edit the formatted value, implement the parser function to convert the value back to a number. Object Full format configuration. The object structure is shown in the format API section. NOTE When

PivotGridDataSource Methods

Reference
This section describes methods that control the PivotGridDataSource.

collapseAll(id) Collapses all header items of a field with the specified identifier. jQuery JavaScript var pivotGridDataSource = new DevExpress.data.PivotGridDataSource({ // PivotGridDataSource...