sqlsamurai
Programmer
I have validation code in my cellvalidating event. The only problem is that when i move to a new row in my datagrid the validating event fires. Why is this? Obviously I dont want the validating event to fire unless I've tried to enter something in the particular cell. I'm using a DataGridView control in Visual Studio 2005.
Thanks
Thanks