Format string issue

Hi formatstrimg property looks perfect in iOS but in android formatstring and value totally merged likewise
120 mmHg (iOS)
120mmHg (android)

Please guide me what should I do.

Thanks


1 Reply

HM Hemalatha Marikumar Syncfusion Team June 23, 2016 09:18 AM UTC

Hi Atif,

Thanks for contacting Syncfusion Support.

We were able to reproduce the reported issue, "Value merged with formatstring" at our end, and we have logged a defect report. The fix for this issue will be available in our upcoming Volume 2 Service pack 1 release. Meanwhile, we have made a simple workaround to solve this issue in the sample below. Please download the same from the following link:

http://www.syncfusion.com/downloads/support/forum/124689/ze/NumericTextBox1089338954

Code Example 

       if(Device.OS==TargetPlatform.Android) 
            { 
                sfNumericTextBox.FormatString = " " + sfNumericTextBox.FormatString; 
            } 
   

Source level fix will be available in our upcoming release. You may also check our website periodically to know about our release.

Regards,
Hemalatha M.R. 
  


Loader.
Up arrow icon