Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
PivotGridDataSource fields headerFilter
: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true...: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text
Utils
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
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
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
) 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