This question is locked. New answers and comments are not allowed.
Hello,
A couple of issues to do with data entry with NewRow:
1. Suppose you have 3 columns in your grid. You add a new row by clicking on the NewRow and then fill in data for columns 1, 2 and 3, and press Tab to commit the new row. You then click on the NewRow again. The cursor appears in column 3 (because it was the most recently used column) - I would expect it to appear in column 1. Similarly, if you only fill in data for columns 1 and 2 then press Esc to abandon the NewRow, then click on the NewRow again, the cursor appears in column 2 - again I think it should appear in column 1.
2. After pressing Tab to commit the new row, I would actually like another new row to automatically be added (and the cursor placed in column 1). Then the user would press Esc if they didn't want the new row. This would speed up data entry because there is no need to use the mouse. How would I implement this?
Many thanks
Ed
A couple of issues to do with data entry with NewRow:
1. Suppose you have 3 columns in your grid. You add a new row by clicking on the NewRow and then fill in data for columns 1, 2 and 3, and press Tab to commit the new row. You then click on the NewRow again. The cursor appears in column 3 (because it was the most recently used column) - I would expect it to appear in column 1. Similarly, if you only fill in data for columns 1 and 2 then press Esc to abandon the NewRow, then click on the NewRow again, the cursor appears in column 2 - again I think it should appear in column 1.
2. After pressing Tab to commit the new row, I would actually like another new row to automatically be added (and the cursor placed in column 1). Then the user would press Esc if they didn't want the new row. This would speed up data entry because there is no need to use the mouse. How would I implement this?
Many thanks
Ed