It would be good to have a GridCtrl function which completely reset the control (not necessarily the settings but certainly the columns and data). When I add a bunch of columns and then Reset and add them again then the display gets messed up. I've also tried GridCtrl::Clear(true) and that doesn't appear to work either.
Basically I want to be able to add a bunch of columns and data and then update the data and do it all again.
Nick
Hello nixnixnix
I use usually Clear(true) and it cleans data and columns.