Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
dxFileUploader Configuration
that cancels the file upload. jQuery index.js $(function() { $("#file-uploader").dxFileUploader({ abortUpload: function(file, uploadInfo) { // your code...({ // ... onFilesUploaded: function(e) { // Your code goes here } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-file-uploader
Editors Values are not Saved
If an editor does not pass its value to the DataGrid or TreeList component and its DataSource when users enter or select a value, check if any of the following cases applies to your implementation... of this editor. Customize Editors in DataGrid Demo You Implement an Editor in the cellTemplate Body DataGrid or TreeList uses column.cellTemplate only to display a cell value. To place your custom
Accessibility
Accessibility Features Overview NOTE The overall accessibility level of your application depends on the DateBox features that you use. Accessibility Requirement Support Level... month. Enter Selects the focused day. Alt + ↑ / Alt + ↓ Opens/closes the drop-down editor. Esc Closes the drop
dxMap Configuration
include the active state change for UI components. apiKey Keys to authenticate the component within map providers. If you have more than one map provider in your application, specify the keys in the object... that appears when a user pauses on the UI component. hoverStateEnabled Specifies whether the UI component changes its state when a user pauses on it. markerIconSrc A URL pointing to the custom icon to be used
Specify a file's GUID
Use the valueChanged event to generate a unique identifier (GUID) for a file before it is uploaded and pass it as a parameter to the upload URL. View on GitHub jQuery...://js.devexpress.com/Demos/NetCore/FileUploader/Upload", onValueChanged: function (e) { var url = e.component.option("uploadUrl"); url = updateQueryStringParameter(url