Here is my screenshot:
i already try to put all the TRY..CATCH function, but all still unable capture the error above to debug......
Eg: InitialLayou, FormLoad, InitialRow.... etc.... all i have to put, but the exceptione error still display.
The problems is, sometime it will display but sometime won't.
Expert here, any idea? PLease for help on this[:'(]
i need it urgent
This kind of error ususally means something raised an exception during the Paint event of the grid. These are pretty hard to debug.
I would suggest the following:
1) Make sure you have the latest Hot Fix.
2) Errors like this are often caused by multi-threading. If your application is using multiple threads, then you may need to check InvokeRequired and make sure you are not causing changes that go across threads without the proper marshalling.
can send the latest hotfix for me? or any idea how i trace the exception point and throw the errors above.