Hello, I have some problems with the RadNumericTextBox.
If is set the value
var tbox = document.getElementById(elementId);
if (tbox) {
tbox.value = value;
}
The textbox display value is changed but if i click the textbox the value dissapears.
So i tried to see if the online examples work, but that won't work either. Or i am missing the point.
Ive updated to the latest release of the asp.net ajax controls.
Can you help me?
Greetings
Marcel de Groot