Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 25
- Reference 975
- Technical Demos
- Support Center
dxDataGrid grouping
Interaction autoExpandAll Specifies whether groups appear expanded or not. View Demo NOTE When you use the ODataStore and set this property to false, the DataGrid loads... this property to true to enable grouping using the context menu. In this case, to group/ungroup data, the user right-clicks a column header and chooses the required item from the appeared context menu
dxDataGrid summary groupItems
may be located either in the group row or the group footer. By default, the group row holds all summary items. To locate a summary item in the group footer, set the showInGroupFooter property... by the corresponding columns within the group row. When this property is set to false, group summary items are displayed in brackets of the group row header. Set this property to true to align them
dxDataGrid Grouping
allowCollapsing Specifies whether the user can collapse grouped records in a grid or not. autoExpandAll Specifies whether groups appear expanded or not. contextMenuEnabled Enables the user to...
dxDiagram pageSize
The units property specifies the page's measurement units. jQuery JavaScript $(function() { $("#diagram").dxDiagram({ units: "cm", pageSize: { width: 10...; <PageSize width={10} height={10} /> </Diagram> ); } } NOTE If you call the import method, it applies the imported page settings and the pageSize property
dxFilterBuilder customOperations
. Define this property to make the custom operation available for all fields of specific data types. You can also make the operation available for an individual field by including the operation's name in the field's filterOperations array. editorComponent An alias for the editorTemplate property specified in React. Accepts a custom component. Refer to Using a Custom Component for more information