DataGrid Event Not Firing
-
I have a sample app with a AddingNewItem command for a DataGrid, but I can't get it to fire.
There are no binding errors or other problems. It just doesn't fire. The Setter for the command do fire. My sample project is here [^] . Does anyone see what's wrong?
In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.
-
I have a sample app with a AddingNewItem command for a DataGrid, but I can't get it to fire.
There are no binding errors or other problems. It just doesn't fire. The Setter for the command do fire. My sample project is here [^] . Does anyone see what's wrong?
In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.
Without seeing the full XAML and ViewModel code, it's a bit challenging to figure out where your problem lies. More info is required to try and find a solution, no, we will not be opening your entire project to try and find a solution.
-
Without seeing the full XAML and ViewModel code, it's a bit challenging to figure out where your problem lies. More info is required to try and find a solution, no, we will not be opening your entire project to try and find a solution.
Andre Oosthuizen wrote:
no, we will not be opening your entire project to try and find a solution.
Plenty of others have.
In theory, theory and practice are the same. But in practice, they never are.” If it's not broken, fix it until it is. Everything makes sense in someone's mind.