HA
haneefm
Syncfusion Team
April 30, 2007 06:12 PM UTC
Hi Santosh,
You can try use CurrentCellValidating event to resolve this issue and let me know if this helps.
Best regards,
Haneef
MA
Mark Atkinson
May 17, 2007 12:18 AM UTC
I'm also getting this message box when mousing/focusing in our derived GDBG and using Syncfusion 4.4 libraries.
However, I seem to be getting the message box in our overridden OnMouseDown event handler. Nothing terribly significant is happening in our overridden OnMouseDown, but I wonder about another method we're handling: CurrentCellActivating.
It looks like the GridControlBase.OnMouseDown is catching some exception that may have happened in the CurrentCellActivating event or GotFocus event maybe?.
I wish I could see the stack trace of the exception that is the source of that "Don't use method to position" message.
Any ideas?