I have a button inside a RowDetailsTemplate. Hover and click events don't flow to the button, but result in the selection of the row. Is this normal? How can I make my button handle them instead? My button extends from the WPF Button class, so I'd assume it already has handlers and such...
I've just tried this with standard Button and our latest release however everything worked as expected on my end. You can check the attached project for reference.