Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    dragging to move from one ListGrid to Another

    I am using the SmartGWT Showcase example at https://www.smartclient.com/smartgwt...s_dd_copy_list.

    I have the code working in my application.

    However, I have not figured out what event handler I can add to detect that a drag/move operation has happened. What event handler should I use?

    #2
    After some experimentation I found that addDropCompleteHandler works.

    Comment

    Working...
    X