Hi, I'm having trouble solving a problem.
To guarantee a better user experience I need to call the BestFitColumns method, but the data to be presented in the grid comes from an asynchronous method which ends up generating unexpected and random results.
Is there an event occurring immediately after CellValueNeeded that I can call BestFitColumns or in that case would it be better to simply access the data in a synchronous way?
I tried PageChanged and ValueChanged events, but to no avail.
Thank you.