This is a migrated thread and some comments may be shown as answers.

In Drag and Drop , drop happen only after One dotted line appeares

1 Answer 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Samir Patel
Top achievements
Rank 1
Samir Patel asked on 17 Aug 2011, 07:45 AM
Hello,

I have Added Drag and Drop control same as Provided in the below Demo

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx

Everything is fine except one , in this When i drag from Left, and try to Drop on the Right side are, dropping is not happen until the Dotted Line appears  ...

This means that , If i drag from Left and Try to Drop on the Gray area , its not automatically drop after the Last item on the right hand side, it should be...

So please help how can i set such a way that you can drop dragged item any where in the blank ( Gray) area of the Right side, and automatically set after the last Item on the right side...

Regards
samir

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 22 Aug 2011, 09:21 AM
Hello Samir,

The grey area in the demo is not a part of the grid, so you cannot make a drop happen there, since the grid client code cannot run when the item is not dragged over the control. If you want to make it easier to drop items inside the right grid, you could increase its height, so that it takes up more space in the page and dragging would not need to be that precise.

Best wishes,
Tsvetina
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Grid
Asked by
Samir Patel
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or