AD
Administrator
Syncfusion Team
September 20, 2003 04:59 AM UTC
I looked through the GridControlBase.OnMouseDown source, and did not see anything that jumped out as a potential dividebyzero. (There was no explicit diving going on.)
Are you using multiple threads? If so, make sure you protect calls into the grid (or UI components) with InvokeRequired checks. Here is a KB link discussing this. http://www.syncfusion.com/KB/Grid/Grid_c34c.asp#q572q
If you have the source code for our library, you can use Assembly Manager to build a debug version, and then can get a full callstack with line numbers. At that point, if you set VisStu to break on exception, you could query the variables to see what values they have at the point of the exception. This might give a hint as to what is going wrong.