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
885
Frozen summary row
posted

Normal 0 false false false MicrosoftInternetExplorer4

Normal 0 false false false MicrosoftInternetExplorer4

Hi,

Is there any way I could freeze summaries row on bottom of the grid that while vertical scrolling summaries stay visible for users all the time?

Thanks!

Parents
  • 469350
    Suggested Answer
    Offline posted

    Try something like this:

            private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)
            {
                e.Layout.Override.SummaryDisplayArea = SummaryDisplayAreas.BottomFixed;
            }

Reply Children
No Data