[]
FlexGrid for WinForms provides features for displaying, editing, organizing, and interacting with tabular data.
The following topics describe these features:
Cell Formatting — Customizes the appearance of individual cells based on formatting rules, data values, or application requirements.
Cell Merging — Merges adjacent cells to create grouped or hierarchical data presentations.
Clipboard — Copies and pastes grid data between FlexGrid and other applications through standard clipboard operations.
Column Bands — Organizes related columns into hierarchical bands to improve the readability of complex datasets.
Column Picker — Displays, hides, and organizes columns at run time.
Context Menu — Provides context-sensitive commands for interacting with grid elements.
Custom Filter — Implements custom filtering logic for application-specific filtering requirements.
Data Virtualization — Improves performance by loading and displaying data on demand when working with large datasets.
Editing — Adds, modifies, and validates data directly in the grid.
Filtering — Displays only rows that match specified criteria.
Grouping — Organizes rows into expandable groups based on one or more data fields.
Row Detail — Displays additional information for individual rows in expandable detail sections.
Save, Load, and Print — Saves grid content, restores previously saved data or layouts, and prints the grid.
Selection — Supports row, column, and cell selection for data interaction and editing.
Sorting — Sorts data by one or more columns in ascending or descending order.
Sparklines — Displays compact charts within cells to visualize trends and patterns.
Styling and Appearance — Customizes the visual appearance of the grid, including themes, styles, and formatting.
Transposed Grid — Displays data in a transposed layout in which rows and columns are interchanged.
Tree Grid — Presents hierarchical data in an expandable tree structure within the grid.