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.
We're doing a demo of our fancy new grid control, so any help with this would be greatly appreciated.
thanks!
FYI: I've tried other methods of deleting rows from the grid, but it has the same effect.
In the end, I found that turning off the Generic theme for the grid allowed the deletes to go through. Unfortunately, that makes the UI bit ugly. Is there a bug in that theme? Are there themes where this is not an issue?
thanks,