I have a bulk edit RadGrid that I would like to have grouping that would allow rows to be dragged from one group to the other. The groups aren't based on any field relevant to the data, as this would be mostly for having user customizable groups with subtotals based of the data in the groups. So far I have tried turning on AllowDragToGroup, AllowRowsDragDrop, and Selecting-AllowRowSelect. The GroupChanging event doesn't happen when I drag a row from one group to another. Is the functionality I am trying for supported in the current RadGrid? Is there something else I need to do to get to that event? If I can get there, I will probably have to change my saving code to change the grouping number I am using for the different groups.