I am using WinForm 2008 Q1 control of Grid View.
I am developing a Point of Sale Application and there i used this grid on Sales screen. Now i want that when my Form is loaded My first cell should be in edit mode and as BarCode reads the Code it will Automatically enter and Add new row also in edit mode.
Now i used the CellEndEdit event and Successfully add the New Row.
Problem:
First time form load i must need to click on the Row to set cell in edit mode.
I was unable to make a newly added row in editable mode.
if i add a row in CellEndEdit then also my Cursor not Moved to Next row.
Solution Needed:
Any solution for add a new row and its first cell have the Cursor as a editable mode.
I am developing a Point of Sale Application and there i used this grid on Sales screen. Now i want that when my Form is loaded My first cell should be in edit mode and as BarCode reads the Code it will Automatically enter and Add new row also in edit mode.
Now i used the CellEndEdit event and Successfully add the New Row.
Problem:
First time form load i must need to click on the Row to set cell in edit mode.
I was unable to make a newly added row in editable mode.
if i add a row in CellEndEdit then also my Cursor not Moved to Next row.
Solution Needed:
Any solution for add a new row and its first cell have the Cursor as a editable mode.