AD
Administrator
Syncfusion Team
December 11, 2003 09:00 AM UTC
What version are you using? There are some known scrolling exceptions in 2.0.1.0 beta that should be addressed in the next beta release.
Are you using multiple threads? If so, any access into the grid should be protected by grid.InvokeRequired checks to make sure you only interact with the grid on the thread that created it. Not doin this can cause hard to reproduce UI problems.
I''ll ask around if other people have any ideas on this probelm.