New to Telerik UI for WinForms? Download free 30-day trial

End-User Functionalities

  • Expand/Collapse: Using the expander button which appears in the header cells, the end-user can expand or collapse each group which will allow to easily see the summarized data for the sub groups of the collapsed group. WinForms RadPivotGrid Expand/Collapse

  • Resize & Best Fit: By dragging the edges of certain cells the user can modify the width of the columns and the height of the rows in RadPivotGrid. This way the view can be adjusted to display any larger content if needed. Additionally, by double-clicking the edges of the resizable cells the user can best-fit the corresponding column so that it occupies the least possible width in which all values fit. Best fit is also available in the context menu.

  • Sorting: The user can change the sort direction of a group by clicking the corresponding group descriptor element. The small arrow inside such element indicates the current sort direction. WinForms RadPivotGrid Sorting

  • ContextMenu: The context menu in RadPivotGrid allows the user to execute various tasks depending on the element over which the menu was opened. WinForms RadPivotGrid ContextMenu

  • Selection and Copying: In RadPivotGrid you can select multiple cells using the mouse in a combination with the Shift/Control keys. Additionally, you can copy the selected data and paste in other text or spreadsheet editors. WinForms RadPivotGrid Selection and Copying

  • Drag & Drop: With the built-in drag&drop functionality of RadPivotGrid the end-user can easily change the way data is aggregated. This can be done by dragging a field descriptor element to another descriptor area or changing the descriptors order within the same area. WinForms RadPivotGrid Drag Drop

  • Filtering: Using the filtering popup the user can select which records to include or exclude from the report. There are two types of filtering: Report filtering which allows you to filter the data source before the report is generated and Group filtering which allows you to filter the generated groups by their label or value. WinForms RadPivotGrid Filtering

See Also

In this article