This question is locked. New answers and comments are not allowed.
Hi
I use ShowInsertRow in my GridView.
I wanna set some instructions when i'm adding a row by clicling on InsertRow button in my view Model.
How it is possible please ?
For the moment, I have this code in code Behind :
private void MyGridView_AddingNewDataItem(object sender, GridViewAddingNewEventArgs e)
{
//instructions}
But i don't want it.
I need to manage the AddingNewDataItem Even in my view Model.
Thanks
Mathieu
