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
3914
Disable used Dimensions/Measures in PivotDataSelector
posted

Hi,

Is there anyway I can disable Dimensions/Measure already selected by user in the PivotGrid?

 

Thanks

Sageetha

Parents
  • 7922
    Suggested Answer
    posted

    Hi

    You can apply new control template to them with disabled draging and removing.

    The best way is to use Blend to retemplate the dimension and measure field items. Then you can use properties below to set new style for items

    this.pivotGrid.ColumnsAreaSettings.HeaderCellStyle;
    this.pivotGrid.RowsAreaSettings.HeaderCellStyle;
    this.pivotGrid.FiltersAreaSettings.HeaderCellStyle;
    this.pivotGrid.MeasuresAreaSettings.HeaderCellStyle;

     Regards
    Todor

Reply Children
No Data