Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Accessibility
Accessibility Features Overview NOTE The overall accessibility level of your application depends on the DataGrid features that you use. Accessibility Requirement Support Level...). Shift + Mouse Wheel Scrolls content left/right if horizontal scrolling is active. Enter Switches a cell
Accessibility
Accessibility Features Overview NOTE The overall accessibility level of your application depends on the TreeList features that you use. Accessibility Requirement Support Level... is taking place. Enter Switches a cell to the editing state.1 Moves focus to the next cell.2 Saves changes made in a cell or row
dxGantt Configuration
", "SF", "sf" Use the dataSource property to bind the UI component to a data source, which contains information about dependency types. If the field names in your data source differ..., resources and dependencies. Set the enabled property to true to enable edit functionality. NOTE Make sure that your data sources (tasks, resources and dependencies) support edit actions
dxTextArea Configuration
this property to specify aria-label for the component. jQuery index.js $(function(){ $("#textAreaContainer").dxTextArea({ // ... inputAttr: { 'aria-label': 'your-label', }, }); }); Angular app.component.html <dx-text-area ... [inputAttr]="{ 'aria-label': 'your-label' }"> </dx-text-area> Vue App.vue <template> <DxTextArea
XmlaStore Configuration
beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var store = new DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP... PivotGridDataSource({ // ... store: new XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube