Hey!
I am using the XtraGrid´s new row functionality and also set that some columns are required and this works fine.
Now I need to edit the object before(or after) it is added to the grid finnaly. To be able to set the correct information I need to know the values that the user have set in the required field.
I have tried InitNewRow, but his event are fired when the object are created and I do not know the values that the user have set.
I have also tried the RowCountChanged, the problem here is that I do not know which one is the new row?
How do I handle this?