This question is locked. New answers and comments are not allowed.
Telerik Team,
I am seeing inconsistent behavior with the validation tooltip from various different editors. I currently have several editors hosted within an ItemsControl. There are enough items within the ItemsControl to require a scrollbar. Each item may host any number of your editors. It varies. If I edit a DateTimePicker and the value is invalid, my error message is displayed correctly next to the control. While the error message is being displayed, I attempt to scroll through the ItemsControl. Once I begin scrolling, the error message disappears. This is the expected behavior. However, when I perform these exact same steps with the RadMaskedTextInput or RadMaskedNumericInput the error message never disappears and worse yet, remains in the same location as the user is scrolling through the ItemsControl. To be clear, the error message never disappears nor scrolls with the control it was associated with. It acts as an overlay as the scrolling occurs. It essentially becomes detached from the original control. This, of course, is not the desired behavior. The error message should disappear and behave precisely how the DateTimePicker behaves. It appears to be a focus issue. When I give focus to the scrollbar within the ItemsControl, the error message associated with the DateTimePicker disappears immediately. As I mentioned before, the RadMaskedTextInput and RadMaskedNumericInput do not exhibit this behavior.
Any help with this matter would be greatly appreciate.
Thanks
PD
I am seeing inconsistent behavior with the validation tooltip from various different editors. I currently have several editors hosted within an ItemsControl. There are enough items within the ItemsControl to require a scrollbar. Each item may host any number of your editors. It varies. If I edit a DateTimePicker and the value is invalid, my error message is displayed correctly next to the control. While the error message is being displayed, I attempt to scroll through the ItemsControl. Once I begin scrolling, the error message disappears. This is the expected behavior. However, when I perform these exact same steps with the RadMaskedTextInput or RadMaskedNumericInput the error message never disappears and worse yet, remains in the same location as the user is scrolling through the ItemsControl. To be clear, the error message never disappears nor scrolls with the control it was associated with. It acts as an overlay as the scrolling occurs. It essentially becomes detached from the original control. This, of course, is not the desired behavior. The error message should disappear and behave precisely how the DateTimePicker behaves. It appears to be a focus issue. When I give focus to the scrollbar within the ItemsControl, the error message associated with the DateTimePicker disappears immediately. As I mentioned before, the RadMaskedTextInput and RadMaskedNumericInput do not exhibit this behavior.
Any help with this matter would be greatly appreciate.
Thanks
PD