I am customizing the Datagrid control so that it validates the data entered by the user. It will validate whether the value entered is long the database field size (eg if Field Size was 5, if they entered 6 it would warn the user of this then return to that column). I have it working when the user moves from column to column, need help on how to do it when moving from row to row.

Anyone any ideas ? Urgent !!!!