Hi,
is there the possibility of denying users to drag out the labelpresenter from the groupByAreaMulti?
Hello,
Yes you can. The Grouping event will fire when you are grouping and ungrouping. It is a cancelable, so you can cancel it if you want by calling e.Cancel = true;
Please note that as it fires for both actions, you have to avoid canceling it when you are grouping.