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
435
group by count display
posted

Hi,
In a WinGrid, after a group by,
I would like to have the group by count displayed on the same row. For example after I group by Var512
I would like to get the following display in the grid.
             Var512    
         10       A      AVar  
         20      B      BVar
         30      C      CVar
The first column is the count, the last is the description. 
Thanks

  • 53790
    Suggested Answer
    posted

    Hello Vertisit,

    Maybe one possible approach to achieve desire behavior is to set property:

    -    ultraGrid1.DisplayLayout.Bands[0].RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;

    Could you please take a look at the attached sample for more details. Please let me know if you have any further questions

    Regards

    UltraGirdSummaryGroupBy.zip