Why when I create a new row in a dataSet and type info in a dataGrid cell representing a field in the new row that I have to select a row above it and then go back to the newly created row for the entered string to become recognized in the dataSet???
I have dgA representing dsA and dgB representing dsB. When dgA.currentCellChanged occures I take this info and fill dsB. -All works fine.
When I select a row below the last row in the dgA I add a new row in the underlying dsA and then type into the dgA cell.
Why is the info I type in the new row cell not recognized imediately as I type it?
I have dgA representing dsA and dgB representing dsB. When dgA.currentCellChanged occures I take this info and fill dsB. -All works fine.
When I select a row below the last row in the dgA I add a new row in the underlying dsA and then type into the dgA cell.
Why is the info I type in the new row cell not recognized imediately as I type it?