Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Hide Pivot Grid DropControl Areas
posted

Hello

       I am trying to hide the Pivot Grid Drop control areas

In the Layout Loaded Event I am using

                    this.xamPivotGrid.FiltersDropControl.Visibility = Visibility.Collapsed;
                    this.xamPivotGrid.ColumnsDropControl.Visibility = Visibility.Collapsed;
                    this.xamPivotGrid.MeasuresDropControl.Visibility = Visibility.Collapsed;

It seems the the Drop area is hidden

But there is one more Issue where the icons indicating Measures,Rows and Columns doesnt hide.

Please give me an idea how to hide those images and the area it occupy

Thanks
                   

Parents
  • 17475
    Offline posted

    Hello Vetriselvan, 

    This issue had been fixed and is available in latest service release 13.1.20131.2073.

    You can download the Service Release by logging in our web site and then going to Account\My Keys and Downloads page

    Thank you for using Infragistics Components.

Reply Children