I am using AllowDragToGroup = true. If RadGrid contains thousands of record. so grouping take lot much time. I want to give a alert message and cancel Drap and drop operation if User tries to drag any column in such condition.
1 Answer, 1 is accepted
0
Radoslav
Telerik team
answered on 23 Jun 2011, 11:16 AM
Hi Vikas,
You could try handling the OnCommand client event, show message and cancel the operation if the command name is GroupByColumn. For example: