Hi,
What I mean is not the group by function in the WinGrid, it's a feature in excel.
For example, if you open an excel workbook, select a few adjacent columns, and go to the manu bar click on: Data -> Group and Outlines -> Group, it will give users the option to expand or hide these columns by clicking on the "-" or "+" sign on the top. I am wondering if WinGrid has the similar functions to let user operate this way?
Thanks,
Cindy
I don't think this is possible. You should Submit a feature request to Infragistics
I'm trying to expand all rows in the excel sheet exported from wingrid.
I tried to call e.gridRow.expandall() in rowexporting event in excel exporter and it doesn't work. Can you please let me know if there is a way to do this.
Thanks
Hi Cindy,
You can create groups of columns in the WinGrid using the Groups collection of the band. But there is no Expand/Collapse functionality for groups built-in to the grid.