Hi,
if I have an SfDataGrid when I enable grouping but I have GroupDropArea closed, as soon as the user clicks on a column and drags it very little toward the GroupDropArea, even if he does not want to group on that column (say, for example, he only wanted to sort on that column), the GroupDropArea ia automatically opened and the grid is grouped on that column.
I'd like, instead, that the column is added to GroupDropArea ONLY if GroupDropArea is opened and not it is automatically opened if it's closed.
Is it possible to obtain such a behavior ?
Thanks.