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.
I have a grouping grid which is raising a strange message whenever i Type in 0 and move to another cell.
I get a MessageBox with the message "is not a valid value for a Decimal.". Normally it tells you the value that you''ve entered is not valid
I now can''t enter a 0 value;
FYI I''ve noticed this console msg:
catched at Syncfusion.Windows.Forms.Grid.GridCellRendererBase.OnValidate() in :line 0
ADAdministrator Syncfusion Team July 23, 2004 11:56 AM UTC
Jason,
Does that occur out of the box with a simple sample or are you handling events, formatting cells etc?
If you have source code version you could switch to the debug build. Then the call stack would be more informative. Or if you only have the release version try to display the whole call stack. That would be of help to figure out where the exception was thrown.
Try also to set Break Into Debugger for CLR Exceptions in the Debug|Excptions menu in Visual Studio.
Thanks,
Stefan
ADAdministrator Syncfusion Team July 26, 2004 09:26 AM UTC
Hi Stefan, it was my fault entirely, I had a badly formed format string:
"#,##0;-#,##0; " an empty space for the zero section