Search Results: wegh edit

ODataStore Methods

Reference
This section describes the methods that control the ODataStore.

changes from the data source to the local store without reloading data. DataGrid Real-Time Updates Demo DataGrid SignalR Demo Chart SignalR Demo DataGrid Collaborative Editing Demo

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