Hi,
Is there anyway I can disable Dimensions/Measure already selected by user in the PivotGrid?
Thanks
Sageetha
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;
RegardsTodor
I just got around to doing this.
I want the measures/dimensions in PivotDataSelector (not PivtGrid) to be disabled when they have already been selected. How can I do this?
Sangeetha