I have a RadNumericTextbox where the visible field is set to false. Depending on another variables value, the RadNumericTextbox visible may change to true. This is not working. The field is in a panel.
I stepped through the code and the visible property will not change.
I even directly changed the value to true and the value remained false in the watch list.