Hi,
I have a client side (no data source) ListGrid. I'm trying to call a function whenever a row in the grid was re-ordered by dragging. I need to call this after the grid has processed the re-ordering so that a call to getData() will return the modified grid.
Unfortunately, the only 3 candidate events I found (drop, membersChanged and onRecordDrop) don't fire at the right time.
Any help would be greatly appreciated. I can even do with a general re-order event, since I'm trapping sorts for the same reason anyway.
I have a client side (no data source) ListGrid. I'm trying to call a function whenever a row in the grid was re-ordered by dragging. I need to call this after the grid has processed the re-ordering so that a call to getData() will return the modified grid.
Unfortunately, the only 3 candidate events I found (drop, membersChanged and onRecordDrop) don't fire at the right time.
Any help would be greatly appreciated. I can even do with a general re-order event, since I'm trapping sorts for the same reason anyway.