I create a default grouping in a grid and don't want the user to remove that grouping, but they can still add another grouping after the default grouping. Is there any method that can prevent the user to remove the default grouping?
Your method works but there is a problem after the user swap the grouping order.
I got a solution on the server side event, but don't know if it can be prevented in client side. Thx.