We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

DoubleTextBox NumberGroupSeperator problem

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.

3 Replies

AD Administrator 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.


TL Tim Lloyd October 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.


AD Administrator 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.

Loader.
Up arrow icon