You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
Is it possible to enable and disable drag and drop on the basis of mouse or touch events?
I tried by setting dragAndDrop property in this way, on a click event:
$('#grid').gridList({dragAndDrop: false});
However, the layout changes (it doesn't fit the vertical direction anymore) and the widgets behavior becomes unstable.
The text was updated successfully, but these errors were encountered:
Is it possible to enable and disable drag and drop on the basis of mouse or touch events?
I tried by setting dragAndDrop property in this way, on a click event:
$('#grid').gridList({dragAndDrop: false});
However, the layout changes (it doesn't fit the vertical direction anymore) and the widgets behavior becomes unstable.
The text was updated successfully, but these errors were encountered: