We are trying to add a groupby in the ultragrid without using a column chooser / drag drop functionality.
Do we have any option of performing a groupby in the grid by passing the column names for a groupby as some arguments?
The way to programmatically group by a column is described in the following thread:http://forums.infragistics.com/forums/t/2107.aspx
You could easily encapsulate this functionality into a method that takes the column name as a parameter. If your grid has multiple bands, you may need to include another parameter to identify which band to use (either an integer for the band's index or a string for the band's key).