Requirement: GridView should display blank new row on load., once i typed any letter/number in the blank row first cell, another blank row should display in the grid. But the cursor should focus in the current row to enter the row data for all the remaining columns.
I tired to implement it, In GridView, Onload event i wrote BeginInsert() method to display blank row in the grid. Cursor is focus on blank row first cell.
In KeyUp event, i wrote BeginInsert() method to display another blank row in the grid. It is displaying another new blank row but cursor is focus on 2 row first cell.
How i do reset the cursor focus to current (first) row current (first) cell to enter the first row data for all the remaining columns?
I tired to implement it, In GridView, Onload event i wrote BeginInsert() method to display blank row in the grid. Cursor is focus on blank row first cell.
In KeyUp event, i wrote BeginInsert() method to display another blank row in the grid. It is displaying another new blank row but cursor is focus on 2 row first cell.
How i do reset the cursor focus to current (first) row current (first) cell to enter the first row data for all the remaining columns?