Search Results: "wiki/RecentlyCommented" property

dxDataGrid grouping

Reference
Configures 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

Reference
Specifies items of the group summary.

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

Reference
Configures 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

Reference
Specifies a size of pages.

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

Reference
Configures custom filter operations.

. 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