We are using AJAX control toolkit on .NET Framework 3.5. The toolkit is downloaded a few months back, and shows the version of 3.0.30512.17815 in the properties window.
We are using ReorderList control in a scrollable DIV or scrollable Panel. The requirement is that the Drag/Drop should work on a large list, where no. of items in the list are very much larger than the DIV height can accommodate. This should work on IE7, IE8, Firefox 3.0 and Firefox 3.5.
We are getting following problems:
1. While Drag/Drop operation, the automatic scrolling doesn't happen in IE8, Firefox 3.0 and Firefox 3.5. (Works only in IE7).
2. If the DIV is already scrolled and then Drag/Drop operation is tried, the correct scroll position is not captured and the captured row is at an offset from the mouse position (sometimes the captured row is not visible at all).
3. If the DIV is already scrolled and any row is just clicked, that row is shifted to the corresponding position on the first page of the DIV.
Any solutions for these issues?
Comments: Hi, I am using the newest version of AjaxControlToolkit (51116) and I am having the same issues with a ReorderList in a scrolling Div. But I can't find any reference to the DropWatcherBehaviour.js file. Is this something I have to download separately? If so, where would I get it (including examples of how to use it)? If not, where do I look for this in my AjaxControlToolkit download? Thanks, Mark
We are using ReorderList control in a scrollable DIV or scrollable Panel. The requirement is that the Drag/Drop should work on a large list, where no. of items in the list are very much larger than the DIV height can accommodate. This should work on IE7, IE8, Firefox 3.0 and Firefox 3.5.
We are getting following problems:
1. While Drag/Drop operation, the automatic scrolling doesn't happen in IE8, Firefox 3.0 and Firefox 3.5. (Works only in IE7).
2. If the DIV is already scrolled and then Drag/Drop operation is tried, the correct scroll position is not captured and the captured row is at an offset from the mouse position (sometimes the captured row is not visible at all).
3. If the DIV is already scrolled and any row is just clicked, that row is shifted to the corresponding position on the first page of the DIV.
Any solutions for these issues?
Comments: Hi, I am using the newest version of AjaxControlToolkit (51116) and I am having the same issues with a ReorderList in a scrolling Div. But I can't find any reference to the DropWatcherBehaviour.js file. Is this something I have to download separately? If so, where would I get it (including examples of how to use it)? If not, where do I look for this in my AjaxControlToolkit download? Thanks, Mark