How to expand all rows after group by column programmatic
i.e
Dim Column As UltraGridColumn = UltraWebGrid1.DisplayLayout.Bands(0).Columns(Index)
UltraWebGrid1.DisplayLayout.ViewType = ViewType.OutlookGroupByUltraWebGrid1.DisplayLayout.Bands(0).SortedColumns.Add(Column, False)UltraWebGrid1.Columns(Index).IsGroupByColumn = True
Infragistics Team
How do i do the same scenario in XAMGrid and Silverlight
I don't see a event as ultrawebgrid, i see only
xamGrid1_GroupByCollectionChanged(object sender ,GroupByCollectionChangedEventArgs e )
I need the same to expand all rows in the grouped columns i have 2 columns grouped.
I understand this is asp.net ultragrid forum, but infragistics team probably can keep this to the right person
Thanks