Is there a way to have the group row at the bottom?

Posted by: egor.kachiguine on 21 February 2019, 3:59 am EST

    • Post Options:
    • Link

    Posted 21 February 2019, 3:59 am EST

    So, expanding upwards, I suppose. If not, would it be possible to insert a per-group summary row?

  • Posted 21 February 2019, 5:31 pm EST

    Hi,

    Yes, In FlexGrid you can specify the group row position to “BelowData” to get it at the bottom of its group :

    
    <c1:C1FlexGrid x:Name="flexGrid" ItemsSource="{Binding Products}" Grid.Row="1"
                           GroupRowPosition="BelowData">
    
    

    Also, you can verify the same with the attached sample (prj_GroupsAtBottom.zip).

    Thanks,

    Basant

    prj_GroupsAtBottom.zip

  • Posted 22 February 2019, 5:31 am EST

    Thanks!

  • Posted 22 February 2019, 5:31 am EST

    Thanks!

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels