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
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
Comment