Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Getting Started with List
the itemDragging object. Within this object, set the allowReordering property to true. jQuery index.js $(function () { $('#list').dxList({ // ... itemDragging
Customize Group Headers
You can define a groupTemplate to customize group headers. Without a groupTemplate, group headers display the text of the key field in bold font. jQuery JavaScriptconst fruitsVegetables = [{ key: "Fruits", items: [ { name: "Apples", count: 10 }, { name: "Oranges", count: 12 }, { name: "Lemons", count: 15 } ] }, { key: "Vegetables", items
Scrolling
on most platforms, except non-Mac desktops and devices. To employ native scrolling on all platforms without exception, assign true to the useNativeScrolling property. Note that if you assign false
Item Reordering
User Interaction If you want to allow the user to reorder items on the List, define the itemDragging object and set the allowReordering property within it to true. This setting supplies each List item with a button that enables the user to move the item with drag and drop on mouse-equipped platforms or with touch-and-drag on touch-enabled devices. jQuery JavaScript $(function
Overview
, React, and Vue applications with .NET backend. Dashboards allow you to display multiple inter-connected data analysis elements such as grids, charts, maps, gauges, and others: all within an automatically