PDA

View Full Version : Event to capture sort completion


johnhenry
12-03-2003, 08:03 AM
Does anyone know of a way to capture when a sort (from setSort) completes? Or a way to know when a datapointer has completed a change?

I'm sorting a dataset, and then need to calculate values based on the new sort order. I've tried ondata, but this seems to fire just before a datapointer changes, rather than when it has completed.

Thanks
- Chris