Search Results: wegh edit

dxPivotGrid Configuration

Reference
This section describes the configuration properties of the PivotGrid UI component.

Navigation UI Demo Editors Demo scrolling A configuration object specifying scrolling properties. The PivotGrid UI component enables an end user to scroll grid records. To specify required scrolling behavior

dxPivotGrid headerFilter

Reference
Configures the header filter feature.

: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true... ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled]="true" [timeout]="700" mode="equals" ></dxo-search>

dxPivotGridFieldChooser Configuration

Reference
This section describes the configuration properties of the PivotGridFieldChooser UI component.

to the rtlEnabled field of the object passed to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors Demo

dxPivotGridFieldChooser headerFilter

Reference
Configures the header filter feature.

: { // ... search: { editorOptions: { placeholder: 'Search value', mode: 'text' }, enabled: true...;dxo-header-filter ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled]="true" [timeout]="700" mode="equals" ><

dxPopover Configuration

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

representation, assign true to the rtlEnabled field of the object passed to the DevExpress.config(config) method. JavaScriptDevExpress.config({ rtlEnabled: true }); DataGrid Demo Navigation UI Demo Editors