Is there any way to drag a row from a radgrid and drop it on a textbox? I would like to set the text of the textbox to the contents of the row from the grid. I seem to only see ways of dragging and dropping from grid <--> grid or grid <--> treeview, but nothing that deals with textboxes.$0$0$0$0I'm sure it could be possible with a lot of javascript, and if so, does anyone have some examples of how to get the data being dropped on the textbox? I tried the javascript event on the radtextbox "OnMouseOver" but I am not sure how to get the contents of the eventArgs... as I keep getting [object Object] back no matter what I try. Is there a special method within the eventArgs? I can't seem to find any good documentation that lists the possible hidden/built in methods for the javascript events.$0$0$0$0$0Thanks$0