Currently, i created a datagrid that enabled user to insert , update and delete from the datagrid..
My problem is..How to validate the input when the user is inserting values into a new row in the datagrid.
Any idea?
With the CellValidating and CellValidated events. :)