Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
dxToast Configuration
}); DataGrid Demo Navigation UI Demo Editors Demo shading Specifies whether to shade the background when the UI component is active. Shading applies to the first specified element in the following sequence
dxToolbar Configuration
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 visible
dxTooltip Configuration
, 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
dxTreeList columnChooser
functionality. jQuery JavaScript $(function(){ $("#treeList").dxTreeList({ // ... columnChooser: { // ... search: { editorOptions... }, }, }) }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-tree-list ... > <dxo-column-chooser ... > <dxo-search [editorOptions]="searchEditorOptions
dxTreeList columns headerFilter
: [ { // ... headerFilter: { // ... search: { editorOptions: { placeholder: 'Search city or state... <dx-tree-list ... > <dxi-column ... > <dxo-header-filter ... > <dxo-search [editorOptions]="searchEditorOptions" [enabled