Articles in this section

How to hide the Column and Row Totals in OlapGrid Control

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)
Access denied
Access denied