This question is locked. New answers and comments are not allowed.
Once gain, I have a grid in Batch edit mode (GridEditMode.InCell). When I add the first row, everything works fine. However, when I add the second row it seems to get lost. It adds the row and puts focus on the first column. However, when I tab (I also have editontab(true)) it moves back to the row that had focus when I pressed the Add Row button.
When my onSave fires it says the value that I just entered is null.. so it seems like some binding is not happening or something.
I thought it might be the code in my onEdit even handler.. but I removed it all and I still see this behavior.
It seems to not happen if I turn of EditOnTab.
Can you guys duplicate this?
BOb
When my onSave fires it says the value that I just entered is null.. so it seems like some binding is not happening or something.
I thought it might be the code in my onEdit even handler.. but I removed it all and I still see this behavior.
It seems to not happen if I turn of EditOnTab.
Can you guys duplicate this?
BOb