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
195
How to hide the summary (sigma) button?
posted

Hi,

I have an UltraGrid with several columns and on certain columns I have enabled Row Summaries.

I would like to remove the button that allows to user to select which summary to display while keeping the summary down at the bottom of my grid.

I have attached a picture of a column that does not display the summary button.

Do you know how to do this?

Parents
No Data
Reply
  • 45049
    Suggested Answer
    posted

    From the Override object, set the AllowRowSummaries property to False (Infragistics.Win.UltraWinGrid.AllowRowSummaries.False).

    You can find an Override object connected to the DisplayLayout (to apply to all bands in the grid) and connected to each individual band (to apply to that individual band).

Children