Announcement

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

    Reorder List Grid

    Hi,

    I have added an recordDropHandler() on a ListGrid which allows reordering of records. In this case, I call getRecordList() and observed that the order of the records is pre-reorder. Is there a different handler or some other way I can get gain access to the record list in the order they will be in after the reordering is done?

    Thanks,
    Ken

    #2
    getDropIndex() will tell you where the record will be placed, if dropped.

    Comment

    Working...
    X