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?
Thanks Mike and Vince,
The solution was education. I was under the impression that AllowRowSummaries had to be set to True in order to have a summary on a column. Once I set AllowRowSummaries to false, the sigma button disappeared and I kept my summaries at the bottom.
Thanks once again for all your help.
Larry
You can still apply summaries to a column without setting the AllowRowSummaries property.
The purpose of the AllowRowSummaries is to show (or not show) the interface for the user to establish their own summaries. This is the "sigma" symbol you were seeing.
Thanks Mike for getting back to me.
So is there no way to have summaries down at the bottom for specific columns while hiding the sigma button?
Thanks again
Hi Larry,
Your sample is explicitly setting AllowRowSummaries to true on 3 of the columns. The setting on the column will override the setting on the Band and the DisplayLayout. The more specific setting always takes precedence.
I have created a sample project using VB.net and Infragistics 7.3
Could you pass this along to a support engineer?
Thanks