Anoop Singh Total Post:12 Points:84 Posted by Anoop Singh January-01-2011 4:10 AM VB.Net VB.Net 1 Reply(s) 4844 View(s) Ratings: Rate this: Hello, Please help me with this issue , here I am trying to set tabindex for DGV(DataGridView) control. Please provide me sample code. Thanks
Uttam Misra Post:127 Points:915 Re: Setting Selected Index on DataGridView Combobox Posted on 8 years ago Anoop, You can always manipulate DataGridView1.CurrentCell property pressing of the Tab key, check this code: DataGridView1.CurrentCell = DataGridView1.Item(column, row)
Post:127
Points:915Re: Setting Selected Index on DataGridView Combobox
Anoop, You can always manipulate DataGridView1.CurrentCell property pressing of the Tab key,
check this code:
DataGridView1.CurrentCell = DataGridView1.Item(column, row)