Hello to all the forum, this is my first message! I like this forum and it was helpfull more than one time.

I need stop the refresh in my grid (in WxWidgets the funcion are BeginBatch() and EndBatch()).
I want to insert a timer that every 300 msec made a refresh of the grid and then a sortByColumn(), because I have many update for second and do every time a sortByColumn take too much time. I don't want to show data that are not in order, so i need to stop refresh and make a refresh only every 300 msec.
Is possible to do this? thanks!
(I hope that the question is understandable, my english is not so good! )

Sam