How to assign empty string to IntegerTextBox.NumberGroupSeparator

Hi

I am using private Syncfusion.Windows.Forms.Tools.IntegerTextBox from version 8.3.0.21

By default it takes comma as a separator. I do not want any separator as I am this integer box for an ID value. How can I achieve this. I am unable to assign empty value in designer. Also wheren I write this.myIntegerCtrl.NumberGroupSeparator = String.Empty; it throws me following error at run time

(System.ArgumentOutOfRangeException) - Specified argument was out of the range of valid values.
Parameter name: index

Stack trace:

at System.Char.IsLetterOrDigit(String s, Int32 index)
at Syncfusion.Windows.Forms.Tools.NumericTextBox.set_NumberGroupSeparator(String value)


Please advise.

Thanks,
Vaibhav




2 Replies

VS Vaibhav Sanghavi December 22, 2010 12:23 PM UTC

Going to post this question under Windows Form forumn



VR Varalakshmi R.S Syncfusion Team December 23, 2010 05:24 AM UTC

Hi Vaibhav,

You can post that query under WindowsForms forum. Please post your queries related to web here if any, we will be happy to help you out.

Thank you for using Syncfusion products.

Regards,
Varalakshmi.R.S


Loader.
Up arrow icon