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
1015
UltraWebGrid 9.1 - Keep Group's Footer Visible on Collapse
posted

UltraWebGrid 

Infragistics35.WebUI.UltraWebGrid.v9.1

We'd like to keep our subtotals available at all times, even when the groups are collapsed.  Our subtotals are in the markup like this: UltraGridBand > Columns > UltraGridColumn > Footer - like so:

 

<Footer Total="Sum">
   <RowLayoutColumnInfo OriginX="4" />
</Footer>

How would I get the footer to show even when it's group is collapsed?

 

Parents
  • 4555
    posted

    Hi Dirk,

    There is no built in functionality that you can use to show the subtotals when the groups are collapsed. You can create a label and display the values in. The label can be displayed on top of the grid.

     

    Please send me regarding any questions.

     

    Magued

Reply Children