Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Overview
The Map is an interactive UI component that displays a geographic map with markers and routes. View Demo The code below adds the Map UI component to your page. The Map... DevExpress BI Dashboard to embed interactive business intelligence into your next web app. The Web Dashboard is a data analysis UI component that you can embed into your ASP.NET Core or Angular
dxSortable Configuration
= e.element.find(".dx-treeview-item")[e.fromIndex].innerText; // your code } }); }); function dragTemplateFunc(item, customContainer){ var $customContainer...; </Sortable> ); } onDragChange = (e) => { e.itemData = this.state.treeViewItems[e.fromIndex].name; // your code } } export default App
dxDataGrid
Start Tutorial View Demo See Also jQuery Add DevExtreme to a jQuery Application Angular Add DevExtreme to an Angular CLI Application Vue Add DevExtreme to a Vue...
dxFileManager contextMenu
" } ] } onContextMenuItemClick: onItemClick // ... }); }); function onItemClick(args) { if(args.itemData.extension) { // your code } } Angular...) { // your code } } } import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; import
dxGantt contextMenu
" } ] } // ... ] } onCustomCommand: onCustomCommandClick // ... }); }); function onCustomCommandClick(e) { if(e.name == 'item1') { // your code...) { if(e.name == 'item1') { // your code } } } @NgModule({ imports: [ // ... DxGanttModule ], // ... }) Vue App.vue <template> <DxGantt