Hello,
how can I select multiple cells from xamPivotGrid by holding the Shift key while selecting?
Which property I must change?
Alexander
.
Hi,
I think that this will help you:
pivotGrid.SelectionSettings.CellSelection =
PivotSelectionType.Multiple;
where pivotGrid is the name property value of an XamPivotGrid instance