angular-gridster2
angular-gridster2 copied to clipboard
Dragging gridster item to top not auto scrolling the page
I am trying to implement a dashboard, the length of my dashboard goes beyond the view of the page, when i try to drag an item from the extreme bottom of the page to the extreme top. The expected behavior is that the page will scroll up with the drag. But, this does not happen here. Is there some property to enable this?
Hi @rahul051296 , Currently the grid only scrolls in it's own container it will not scroll any outside containers. This is because the drag/resize are not made with native HTML5 drag and drop and current implementation does not support this use.
I have the same question, can you give any suggestion?
Hi @tiberiuzuld !
Does this feature already supported in this package? I am dealing same issue.
Thanks.
Hi @tiberiuzuld ! Any solution for this issue ?