Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Enhance Performance on Large Datasets
data processing for ASP.NET and PHP servers. You can also use the third-party extension for MongoDB. If these extensions do not suit your data source, implement server-side data processing manually...: { store: { type: "odata", url: "https://js.devexpress.com/Demos/DevAV/odata/Products", key: "Product_ID" } }, selection
Icons
{ font-size: 24px; color: blue; } Custom Images as Icons Assign an image URL to the icon property of a DevExtreme UI component to implement a custom icon. You can also encode images in Base64 format to avoid additional HTTP requests at the cost of increased file sizes in your project. You can assign Base64 code directly to a component's icon property or integrate it into a CSS style. We
Getting Started with Floating Action Button
jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Vue NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. React NOTE Before you start the tutorial, ensure DevExtreme is installed in your application
Overview
The LoadIndicator is a UI element notifying the viewer that a process is in progress. View Demo The following code adds a simple LoadIndicator to your page. You can change...} width={40} /> ); } } export default App; If you need to use a custom image in the LoadIndicator, assign its URL to the indicatorSrc property. jQuery JavaScript
Command Columns
: "/url/to/my/icon.ico", hint: "My Command", onClick: function (e) { // Execute your command here...-button> <dxi-button name="delete"></dxi-button> <dxi-button text="My Command" icon="/url/to/my/icon.ico" hint="My Command