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
close icon

Max Min Value doesnt work on PercentTextBox

Hi

If i put in Max and Min values (100 and 0 i.e.) for PercentTextBox the PercentTextBox accept the input!

Is it a bug or do i forget something?

Thanks

Maytree

4 Replies

FS Fathima Shalini P Syncfusion Team June 22, 2009 12:39 PM UTC

Hi Maytree,

Thank you for your update.

Maximum and Minimum value does not work properly in PercentTextBox

We suspect this issue to be a defect. We have forwarded this to our developers for more analysis. We will update you on or before June 24th 2009.

Please let me know if any concerns.

Regards,
Fathima


FS Fathima Shalini P Syncfusion Team June 24, 2009 01:35 PM UTC

Hi Maytree,

Thank you for your patience.

The issue "Maximum and Minimum value does not work properly in PercentTextBox" is confirmed as a defect and our developers are working on fixing this issue with high priority. The fix for the defect is expected to be available on July 15th 2009 and will get back to you on the same day with more details.

Please let me know if any concerns.

Regards,
Fathima


AM Axel Maibaum October 13, 2009 04:10 PM UTC

Hello support,

you wanted to come back with more informations. Do you fixed the bug?

kind regards

Axel Maibaum


MJ Mano J Syncfusion Team October 21, 2009 11:32 AM UTC

Hi Axel,

If you want the value to be between 40% to 80% you should set the MinValue and MaxValue as follows:

this.percentTextBox1.MaxValue = 0.8; // 80%
this.percentTextBox1.MinValue = 0.4;

Are you doing the same?

Regards,
Mano

Loader.
Live Chat Icon For mobile
Up arrow icon