syncfusion-winforms-grouping
Installation
SKILL.md
Implementing Syncfusion Grouping Engine
Essential Grouping is a 100% native .NET data management framework that provides sorting, grouping, filtering, and summarization capabilities for tabular data without dependencies on any particular UI component. It is designed for use in Windows Forms applications.
When to Use This Skill
Use this skill when you need to:
- Sort data by one or multiple properties with standard or custom comparison logic
- Group data hierarchically by properties to create nested groups
- Filter records based on complex expressions with algebraic and logical operators
- Summarize data with aggregate calculations (sum, average, min, max, count)
- Add calculated fields using expression-based properties
- Manage tabular data from any IList source (ArrayList, List, BindingList, etc.)
- Build data-driven applications requiring flexible data organization
- Display grouped/summarized information without UI control dependencies