Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1070
'Hover' name cannot be found in the name scope of 'System.Windows.Controls.ControlTemplate'
posted

I posted this question in another thread, but I did not get any response.

Is there any update on how to avoid this exception?

'Hover' name cannot be found in the name scope of 'System.Windows.Controls.ControlTemplate'.

I'm getting this exception. I have an unbound cell that is styled to have a button. The command handler for this button removes the corresponding dataitem from the ObservableCollection that is the datasource for the grid. Basically, it removes the row for that button. However, I get this exception when I click the button to remove the row. Adding a row works just fine.