Hi, Is there any possible to find the dropped event of radgrid when value dragged from another control.
Example: Drag a selected Text from textbox and drop on radgrid. (Find the drop and drop event 2 different controls) Drag event from text box and Drop event of radgrid
Thanks
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 16 Aug 2013, 10:52 AM
Hi,
The "Drop" event of RadGrid is fired when an dragged item from the grid is dropped, not when any control is dropped over the grid. Furthermore, TextBox control does not have drop and drag events.
Notwithstanding, in scenarios where controls with drag and drop functionality are used and the drop target element could be retrieved in the "Drop" event handler, such functionality is possible. Please refer to the following demos, demonstrating Drag and Drop functionality between controls:
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.