This question is locked. New answers and comments are not allowed.
Hi!
We use a GridView bound to a QDSCV inside a ViewModel (which works fine). Adding new items is done through a button outside the grid, then calling .AddNew(...) on the underlying QDSCV. A new line is added to the GridView, but it is not in edit mode. The user has to click on the row to put it in edit mode so (s)he is able to enter data. How can we achieve that the newly added row in the Grid is editable without additional mouse click?
Some more information: the grid view uses a cell edit template, no insert row.
Best regards
Neils
We use a GridView bound to a QDSCV inside a ViewModel (which works fine). Adding new items is done through a button outside the grid, then calling .AddNew(...) on the underlying QDSCV. A new line is added to the GridView, but it is not in edit mode. The user has to click on the row to put it in edit mode so (s)he is able to enter data. How can we achieve that the newly added row in the Grid is editable without additional mouse click?
Some more information: the grid view uses a cell edit template, no insert row.
Best regards
Neils