Articles in this section

How to set the OlapGrid Tab selected by default

We can able to set the OlapGrid Tab as default instead of OlapChart in OlapClient Control. Please refer the below code snippet to achieve the same.

C#

public MainPage()
        {            
            InitializeComponent();
            this.DataContext = new ViewModel.ViewModel();
            this.olapClient.Loaded += olapClient_Loaded;
        }

  void olapClient_Loaded(object sender, System.Windows.RoutedEventArgs e)
        {
            this.olapClient.OlapGridTab.IsSelected = true;
        }

 

 

Figure: OlapClient with OlapGridTab selected by default

 

 

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