C#.Net
Hi
I have a problem in DataGridView control in C#.Net windows application.A Grid have 3 columns.1 & 2 columns are read only.3rd Column is a TextBox column.The textbox column is in EditMode.Here after enter the data in this 3rd column and press tab key i want to move the cursor pointer to the next row 3rd column.How can i do this?.Please help me to solve this.Thanks in advance.
|