This question is locked. New answers and comments are not allowed.
Hi,
I'm facing an error when using RadNumericUpDown and RadTabControl.
I have a TabContol with a few TabItems. On each TabItem I have placed some NumericUpDown controls. Changing selected tab item causes a fatal error whenever a RadNumericUpDown has the focus. The error is a fatal one, "trying to read write protected memory". Via intellitrace, I've been able to confirm that the error is produced on the OnLostFocus method. The TabItem change forces a LostFocus, on this event, RadNumeriUpDown tries to update the inner TextBox and I suspect that, due the tab change, is already disconnected from visual tree.
I'm facing an error when using RadNumericUpDown and RadTabControl.
I have a TabContol with a few TabItems. On each TabItem I have placed some NumericUpDown controls. Changing selected tab item causes a fatal error whenever a RadNumericUpDown has the focus. The error is a fatal one, "trying to read write protected memory". Via intellitrace, I've been able to confirm that the error is produced on the OnLostFocus method. The TabItem change forces a LostFocus, on this event, RadNumeriUpDown tries to update the inner TextBox and I suspect that, due the tab change, is already disconnected from visual tree.