The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
hi, I am getting the following message
"catched at Syncfusion.Windows.Forms.ScrollControl.RaiseCancelMouseEvent(MouseEventArgs e, CancelMouseDelegate d) in :line 0"
The code I am using is not complex. Basically I have two DataBoundGrid''s on my form. When I double click the second grid, I want to take a hardcoded cell value from one and replace it into the current selected row (hardcoded cell) in the first grid.
So attempting this simple operation, my console displays the message, and the application continues to run (without the update).
Any ideas? Thanks,
ADAdministrator Syncfusion Team October 22, 2004 04:52 PM UTC
I''ve determined this error is only thrown when the Text I am assigning to the first grid is a value of NULL. Any recommendations?
ADAdministrator Syncfusion Team October 23, 2004 05:13 AM UTC
Try to enable "break on Exceptions". This can be done with the Debug|Excpetions menu in Visual Studio.
With this setting enabled your application will break into the debugger when the exception occurs and you can check/post the call stack. The call stack will tell you in which method the exception is thrown.
Stefan