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.
If I set the NumberGroupSeperator in a DoubleTextBox's properties to an empty string, it still keeps putting a comma in as a thousands seperator.
How can I stop this from happening?
Tim.
ADAdministrator Syncfusion Team October 9, 2003 01:15 PM UTC
Hi Tim,
Thanks for bringing this issue to our attention. A simple workaround for this problem would be to programmatically set the NumberGroupSeperator property to an empty string as shown below :
this.doubleTextBox1.NumberGroupSeparator = "";
Please let me know if this helps. Thank you.
Regards,
Guru Patwal
Syncfusion Inc.
TLTim LloydOctober 9, 2003 01:32 PM UTC
That does the trick. Is there any more generic fix I could implement by sub-classing the component?
many Thanks, Tim.
ADAdministrator Syncfusion Team October 9, 2003 04:31 PM UTC
Hi Tim,
This problem has been taken care of in the latest release of Essential Suite. If you are using an earlier version, please open an incident on DirectTrac in this regard and we will send you the download information for our latest release. Thanks for choosing Syncfusion products.
Regards,
Guru Patwal
Syncfusion Inc.