Announcement

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

    Drag and Drop question

    I am using SmartGWT Power 6.0 and I have a ListGrid drag and drop question. I am trying to do something similar to what is done in the showcase example labeled "Drag List (copy)". For some reason, I don't see the dashed red line in my drop target list grid. Additionally, when I complete the drop, the list grid record is always added at the bottom of the list. I looked at the sample code for this showcase example but didn't see much related to drag and drop attributes.

    Thanks,
    Ken

    #2
    Setting canReorderRecords is what allows specific placement of dropped records (for both self-drops and drops from outside the grid).

    Comment


      #3
      That worked. Thank you!

      Comment

      Working...
      X