Search Results: if (!this.bundlesReported[script.src]) {

Getting Started with CheckBox

Guides

: index.jsindex.html $(function() { $("#check-box").dxCheckBox({ }); }); <html> <head> <!-- ... --> <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/25.2.5/css/dx.light.css"> <script type="text/javascript" src="https

Sort Data

Guides

The Gantt component allows users to sort data. Use the mode property to specify whether users can sort data by single or multiple columns. To disable sorting for an individual column, set the...

Getting Started with Switch

Guides

({ }); }); <html> <head> <!-- ... --> <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/25.2.5/css/dx.light.css"> <script type="text/javascript" src="https://cdn3.devexpress.com/jslib/25.2.5/js/dx.all.js"></script>

Getting Started with Accordion

Guides

({ }); }); <html> <head> <!-- ... --> <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/25.2.5/css/dx.light.css"> <script type="text/javascript" src="https://cdn3.devexpress.com/jslib/25.2.5/js/dx.all.js"></script>

Overview

Guides

DevExtreme CardView is a responsive grid that displays data in cards. It supports data editing with validation, search, filtering, layout customization, and more. This overview highlights CardView...