I have a radgrid that has drag to select enabled. There is a postback on clicking a row but not when i use drag to select rows. Is there a way to postback on drag select
As per my knowledge with RadGrid it is not possible.
In-addition this type of functionality is vary hard to manage state of RadGrid or any other control.
To fulfill your requirement, RadGrid give another facility.
you can access Selected Drag item by using below code snippet.