Articles in this section
Category / Section

How to hide the Column and Row Totals in OlapGrid Control

1 min read

The Row and Column Totals has been made hidden by setting the Layout of the OlapGrid as “NoSummaries”. Please refer the below code snippet to know how to set this Layout in OlapGrid control.

 

C#

 

 
 
public MainWindow()
        {
            try
            {
                ViewModel.ViewModel.ConnectionString = this.GetConnectionString();
                InitializeComponent();
                this.olapGrid1.Layout = Syncfusion.Olap.Engine.GridLayout.NoSummaries;
            }
            catch (Exception ex)
            {
                ShowExceptionMessage(ex);
            }
        }

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied