Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
573
How to expand rows after group by
posted

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.OutlookGroupBy
UltraWebGrid1.DisplayLayout.Bands(0).SortedColumns.Add(Column, False)
UltraWebGrid1.Columns(Index).IsGroupByColumn = True

 

Parents
No Data
Reply
  • 440
    posted

    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
Children
No Data