jQuery UI Widgets Forums Layouts Kanban Disable dragging

This topic contains 4 replies, has 5 voices, and was last updated by  ivanpeevski 1 year, 6 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Disable dragging #83034

    ncds
    Participant

    Hi. Is it possible to disable the dragging of the kanban item? I need to disable it because a user with a different position only has viewing capabilities and I would like to disable the dragging so that the data will will not be edited.

    Thank you.

    Disable dragging #83040

    Peter Stoev
    Keymaster

    Hi ncsd,

    The feature is not implemented in the Kanban widget. In case you wish to request it for custom development, please contact sales@jqwidgets.com.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Disable dragging #85678

    lourivalos83
    Participant

    Hi,

    I thing it’s a core feature, there are some plan to add this capatibility in a near future?
    There are any other way to prevet an user from move an item? It’s possible to undone or cancel a drag-ad-drop operation?

    Thanks in advance!

    Disable dragging #133374

    EricK
    Participant

    Hello,
    Do you have an example of the undone or cancel drag-and-drop?

    Thank you,
    Eric

    Disable dragging #133380

    ivanpeevski
    Participant

    Hi EricK,

    One options is to do:

    .jqx-kanban-item{
        pointer-events: none
    }

    Which will prevent dragging, but also prevents all other dragging events.

    Best Regards,
    Ivan Peevski
    jQWidgets Team
    http://www.jqwidgets.com

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.