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

Change content textbox

3 Answers 80 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 1
Jose asked on 04 Apr 2012, 06:36 PM
Hi,

I set the property value = 200 in code behind, but the textbox does not refresh the text even I have the updateValueEvent = PropertyChange.

Well, since the UpdateText event is hidden and ContentText is read only, how can I achieve this?

//Jose
Regards,

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 09 Apr 2012, 03:10 PM
Hello Jose,

Could you please give us some more details for the issue - is the value of the NumericUpDown control data bound, which version of the controls you are using? I tried to reproduce the issue, but to no avail. If you could send us some code snippets or a sample project in which this issue is reproduced, it will be really helpful for tracking down the source of the problem.

Regards,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Jax
Top achievements
Rank 2
answered on 15 Nov 2012, 08:52 AM
...getting the exact same behaviour (even with the latest binaries)
If it helps - it seems as if it only occurs when setting focus to the control once the container has loaded.
If you then focus another control, then contentText updates to the correct value.
if the control isn't focused, then contentText is updated correctly.
0
Konstantina
Telerik team
answered on 20 Nov 2012, 02:17 PM
Hello,

I am still not able to reproduce it - tried various ways of setting the focus in the NumericUpDown control - in code behind on load, on button click or just with the mouse and I am not able to observe it. It will be really helpful if you could isolate the problem in a sample project and send it to us. In that way we will be able to resolve the issue in a timely manner.

All the best,
Konstantina
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
NumericUpDown
Asked by
Jose
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Jax
Top achievements
Rank 2
Share this question
or