Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
dxTreeList scrolling
"auto" Native scrolling on all platforms, except non-Mac desktops. true Native scrolling on all platforms, without exceptions. false
dxTreeList sorting
A user can sort rows by values of a single or multiple columns depending on the value of the sorting.mode property. To apply sorting to a column, a user clicks its header or selects a command from the context menu. Note that rows are sorted within their hierarchical level. View Demo See Also Sorting ascendingText Specifies text for the context menu item
dxTreeList Node
You can access nodes using the getRootNode() method and within some event handlers, for example, onNodesInitialized. children Contains all child nodes. data The node's data object. hasChildren Indicates whether the node has child nodes. key The node's key. Keys are provided by the key field of the store that underlies the dataSource. Alternatively, you can set the UI component's keyExpr
dxTreeList Row
A row is a visual representation of a node. You can access grid rows using the getVisibleRows() method and within some event handlers, for example, onCellClick, onCellPrepared, onEditorPreparing. data A data object that the row visualizes. isEditing Indicates whether the row is in the editing state. isExpanded Indicates whether the row is expanded or collapsed. Available if rowType is "data
dxTreeMap
a treemap node. Node objects are accessible within certain event handlers, for example, onNodesInitialized, onNodesRendering, etc. Also, you can obtain these objects using the getRootNode