We've got a WPF window based on the carousel control, but when we put buttons on this user control and assign a mouseleftbuttondown (or any mouse button) event to the button, it doesn't fire.
I have found out though that when we use PreviewMouseLeftButtonDown the event fires fine, which suggests there is a problem with the bubbling of events through Telerik controls.
Is this a bug?
I have found out though that when we use PreviewMouseLeftButtonDown the event fires fine, which suggests there is a problem with the bubbling of events through Telerik controls.
Is this a bug?