I want to validate what the user has entered immediately after the user has finished entering a row in a datagrid.
What event should I be looking at, and how do I retrieve the row data? Or even better, the object it's bound to?
I want to validate what the user has entered immediately after the user has finished entering a row in a datagrid.
What event should I be looking at, and how do I retrieve the row data? Or even better, the object it's bound to?
Use the RowEditEnding event.
If you're having problems, I had success using: