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

dxFileUploader Configuration

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

of the following values: A CSS 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

dxDataGrid columnFixing

Reference
Configures column fixing.

When the width of all columns exceeds the UI component width, horizontal scrolling appears. If specific columns should be on screen constantly regardless of how far the UI component is scrolled, allow a user to fix them at runtime using the context menu. For this, set the columnFixing.enabled property to true. When you enable column fixing, command columns become fixed automatically

dxPivotGrid scrolling

Reference
A configuration object specifying scrolling properties.

. This operation may affect grid performance as the loaded data may contain many summary values. Virtual Mode In a virtual scrolling mode, the grid loads a summary value at runtime when it gets

dxTreeList columnFixing

Reference
Configures column fixing.

When the width of all columns exceeds the UI component width, horizontal scrolling appears. If specific columns should be on screen constantly regardless of how far the UI component is scrolled, allow a user to fix them at runtime using the context menu. For this, set the columnFixing.enabled property to true. When you enable column fixing, command columns become fixed automatically

dxForm ButtonItem

Reference
Configures a button form item.

Customize Fields at Runtime Demo colSpan Specifies how many columns the item spans. cssClass Specifies a CSS class to be applied to the item. View Demo horizontalAlignment Specifies the button's horizontal alignment. Validation Demo Customize Fields at Runtime Demo itemType Specifies the item's type. Set it to "button" to create a button item. See Also Simple Item Group