This question is locked. New answers and comments are not allowed.
I have a master grid and child grids. I need to make sure that if the user is adding a new row that the row is comitted and then selected so that when the user adds a child, it is connected to the newly created parent.
So, other than calling CommitEdit() twice to commit the cell and then new row, is there a better way?
How can I make the newly entered row the selected item?
Finally, why would the grid not by default put the first cell in focus when a new row is being added? That is something I would think everyone would want.
So, other than calling CommitEdit() twice to commit the cell and then new row, is there a better way?
How can I make the newly entered row the selected item?
Finally, why would the grid not by default put the first cell in focus when a new row is being added? That is something I would think everyone would want.