Shortly after one starts entering data on the last row of a datagrid, a
blank (*) row is created beneath. How can I control when this happens?
For each column (cell) I've added validation. What happens when the blank
row is added is that the Leave event of the current cell fires, in turn
fireing the Validating event. For now I handle them as exceptions and simple
ignore them. But there must a better way!!
Regards,
Kenneth Bohman