I have a situation where I assign a value to a RadNumericTextBox (prometheus). The assignment is find. But on the screen if I disable the input box AFTER I assign the value, the value does not show (though the text box does retain the value). If I disable the input box BEFORE I assign the value, then the value shows.
Interestingly there is a toggle on the screen to allow the user to enable the boxes. If they enter a value, then disable the box (somewhat equivalent to my AFTER) the values do continue to show.
The expected behaviour is that the value should be visible no matter when it is disabled. That said, in reading in the forum, maybe I should have used the read only attribute as the more appropriate one.
Interestingly there is a toggle on the screen to allow the user to enable the boxes. If they enter a value, then disable the box (somewhat equivalent to my AFTER) the values do continue to show.
The expected behaviour is that the value should be visible no matter when it is disabled. That said, in reading in the forum, maybe I should have used the read only attribute as the more appropriate one.