This is a migrated thread and some comments may be shown as answers.

RadNumericUpDown issue - trying to set a value above Maximum

7 Answers 216 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Valentin Raceanu
Top achievements
Rank 1
Valentin Raceanu asked on 20 Jun 2011, 07:40 PM
If you try to set a set a value greater than Maximum (or lower than Minimum) apparently doesn't have any effect. But when you raise the maximum than the value gets changed. This seems like an obvious bug to me.

7 Answers, 1 is accepted

Sort by
0
Pana
Telerik team
answered on 21 Jun 2011, 08:05 AM
Hello,

We do have some issues with the coerce value in Silverlight's RadNumericUpDown as well as some of them are logged into PITS.

Thank you for your feed back.

Greetings,
Pana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Valentin Raceanu
Top achievements
Rank 1
answered on 21 Jun 2011, 08:12 AM
This bug is not logged into Public Issues Tracking System. In the meantime is there any workaround for this problem?
0
Pana
Telerik team
answered on 24 Jun 2011, 10:00 AM
Hi,

There could be workarounds for that. The value coercing is created for cases where the three properties are bound and it is not clear which property's binding will update first. Perhaps if you tell us how do you use the RadNumericUpDown and how do you expect it to behave we will be able to offer a solution.

Greetings,
Pana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Valentin Raceanu
Top achievements
Rank 1
answered on 24 Jun 2011, 10:09 AM
I have the following usage case:

<telerik:RadNumericUpDown x:Name="step0Q0" />
<telerik:RadNumericUpDown x:Name="step0Q1" Maximum="{Binding Value, ElementName=step0Q0}"/>

The problem: when the user tryies to increment the second one nothing happens (correct) but after this when the user increments the first one then both RadNumericUpDown are incremented (wrong). Btw this is not the behaviour of standard controls.

Thx!
0
Konstantina
Telerik team
answered on 30 Jun 2011, 09:47 AM
Hello Valentin,

I tried your code, but I cannot see the behaviour you are experiencing. Attached I am sending you a short video in which I am trying to reproduce the issue. Please feel free to correct me if I am doing something wrong.


All the best,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Valentin Raceanu
Top achievements
Rank 1
answered on 30 Jun 2011, 10:33 AM
You are not trying what I described. Increment second control => (0,0) pair of values, increment first => (1,1) pair of values, when the result actually should be (1,0).
0
Konstantina
Telerik team
answered on 04 Jul 2011, 04:03 PM
Hello Valentin,

Yes, now I understand what you mean. I have added this issue in PITS. You can view it here. You can vote for it, track its status and see when it is going to be implemented.

Your Telerik points have been updated for your involvement.

All the best,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
NumericUpDown
Asked by
Valentin Raceanu
Top achievements
Rank 1
Answers by
Pana
Telerik team
Valentin Raceanu
Top achievements
Rank 1
Konstantina
Telerik team
Share this question
or