Search Results: wegh edit

PivotGridDataSource fields headerFilter

Reference
Configures the field's header filter.

: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true...: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text

Utils

Reference
This section describes the utility objects that the DevExtreme data layer provides.

applyChanges(data, changes, options) Applies an array of changes to a source data array. View Demo base64_encode(input) Encodes a string or array of bytes in Base64. ...

grids FilterRow

Reference
Configures the filter row.

applyFilter Specifies when to apply a filter. applyFilterText Specifies text for a hint that appears when a user pauses on a button that applies the filter. betweenEndText Specifies a placeholder for the editor that specifies the end of a range when a user selects the "between" filter operation. betweenStartText Specifies a placeholder for the editor that specifies the start of a range when

Utils validationEngine

Reference
An object that serves as a namespace for the methods required to perform validation.

and validation result of the editors that belong to the default validation group. jQuery index.js DevExpress.validationEngine.resetGroup(); // ===== or when using modules ===== import validationEngine...'; validationEngine.resetGroup(); resetGroup(group) Resets the values and validation result of the editors that belong to the specified validation group. jQuery index.js DevExpress.validationEngine.resetGroup('myGroup

Utils Errors and Warnings

Reference
This section lists core errors and warnings that may occur in DevExtreme applications.

) method. Check the valid group key is passed as the validateGroup(group) function parameter. E0120 Occurs when a default adapter cannot be initialized for the target editor. Check that you associate the dxValidator component with a DevExtreme editor or with a custom adapter that is set to interact with a custom editor. See Also Validate a Custom Value E0121 Occurs in drop-down lists when