Hi Everyone,
There are any way to prevente ‘itemMoved’ event to not be fire when item is placed back to the same position? Even when the user cancel move event (placing the item back to the actual position) the event is fired.
As you can see on the official demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxkanban/index.htm#demos/jqxkanban/kanban-events.htm
There are no way to prevent this to happen? This force callback to be called event when it’s not neccessary (nothing was changed). There are no way to detect this NULL event, and I need to call (expensive) server-side to find out that nothing was changed.
Any help?
-
This topic was modified 6 years, 4 months ago by admin.