Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

Tree Shaking

Guides

only the modules used in your application. For instance, the following import takes the DxButtonModule from the devextreme-angular module: TypeScript import { DxButtonModule } from 'devextreme-angular'; If tree shaking is not configured in your application, import exports from specific modules instead of the main devextreme-angular module to reduce the bundle size: TypeScript import

Specify Toolbar Items

Guides

="https://url/to/an/image" /> <div id="popoverContainer"> <p>Popover content</p> </div> Angular HTMLTypeScript<img id="image" src="https://url/to/an/image" /> <dx... ], // ... }) Vue <template> <div> <img id="image" src="https://url/to/an/image" /> <DxPopover :width="200" target="#image" show-event

Date String Handling Issues

Guides

and time "yyyy-MM-ddTHH:mm:ssx" - date and time with a timezone DevExtreme guarantees correct serialization of such data. Non-standard date strings If the format of your Date string is different... 1991"); // 671338800000 in Chrome and Firefox (Thu Nov 04 1991 00:00:00 GMT+0000); // NaN in Safari Use ISO 8601 date strings to ensure that DevExtreme handles your data with consistency. Set

Web API Service (CRUD)

Guides

Powered by Entity Framework Core ORM (EF Core) DevExpress Web API Service leverages the functionality of EF Core to implement CRUD operations required for your app. Multiple Authentication Strategies Your...+ for Windows, the integrated Solution Wizard automatically scaffolds your Web Service to speed up application development. Basic functionality of DevExpress Web API Service is available for free

Link Modules

Guides

DevExtreme modules to import only the functionality you require. Unlike the bundles, modules are compact and can be loaded on demand. This optimizes memory consumption and speeds up your application. You can create a smaller bundle from modules using Webpack or load modules using jspm or RequireJS. Use Webpack Install Webpack globally. npm install webpack -g Install the DevExtreme package in your