Search Results: for qna runtime test begin qna runtime test query for qna runtime test end

dxPivotGrid fieldChooser texts

Reference
Strings that can be changed or localized in the pivot grid's integrated Field Chooser.

NOTE Due to technical restrictions, you cannot obtain this object at runtime if you have not specified it beforehand when configuring the UI component. allFields The string to display instead of All Fields. columnFields The string to display instead of Column Fields. dataFields The string to display instead of Data Fields. filterFields The string to display instead of Filter Fields. rowFields

Using Webpack

Guides

and configure loaders to process CSS and fonts: webpack.config.js ... rules: [ ... { test: /\.css$/, use: [ { loader: "style-loader" }, { loader: "css-loader

grids

Reference

. SelectionColumnDisplayMode Specifies when to display the selection column and row selection checkboxes. Sorting Configures runtime sorting. StartEditAction Specifies whether a single or double click should switch

dxFileUploader Configuration

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

selector, or a jQuery selector if you use jQuery jQuery index.js $(function(){ $("#fileUploaderContainer").dxFileUploader({ // ... dropZone: '.test-div' }); }); Angular app.component.html <dx-file-uploader ... dropZone=".test-div" > </dx-file-uploader> Vue App.vue <template> <DxFileUploader ... drop-zone=".test-div" > <

dxDataGrid masterDetail

Reference
Allows you to build a master-detail interface in the grid.

} render={renderDetailSection} /> </DataGrid> ); } jQuery The code snippet below uses the watch function. You can test the snippet in the Real-Time Updates