VS 2008
I have a datagridview with a custom object bound to it. When I enter a cell to edit it, it works fine, if I back space to the first space then try and leave the cell by tabbing or arrowing, it errors with 'Object reference not set to an instance of an object.' If I arrow back to the first space while in edit mode and then try and leave using tab, it works fine. If I back space to any space other than the first space I can leave the cell just fine.
Anyone ever come across this problem?
I have a datagridview with a custom object bound to it. When I enter a cell to edit it, it works fine, if I back space to the first space then try and leave the cell by tabbing or arrowing, it errors with 'Object reference not set to an instance of an object.' If I arrow back to the first space while in edit mode and then try and leave using tab, it works fine. If I back space to any space other than the first space I can leave the cell just fine.
Anyone ever come across this problem?