Articles in this section
Category / Section

How to set the OlapGrid Tab selected by default

1 min read

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)
Please sign in to leave a comment
Access denied
Access denied