---
title: "Setting Selected Index on DataGridView Combobox"  
description: "Setting Selected Index on DataGridView Combobox"  
author: "Anoop Singh"  
published: 2011-01-01  
updated: 2011-01-01  
canonical: https://www.mindstick.com/forum/141/setting-selected-index-on-datagridview-combobox  
category: "vb.net"  
tags: ["vb.net"]  
reading_time: 1 minute  

---

# Setting Selected Index on DataGridView Combobox

Hello,\
Please help me with this issue , here I [am trying](https://answers.mindstick.com/qa/36834/which-two-programming-languages-should-i-master-in-if-i-am-trying-to-get-into-google-or-facebook) to set tabindex for DGV([DataGridView](https://www.mindstick.com/articles/607/working-with-datagridview-in-vc-sharp)) control.\
Please provide me [sample](https://www.mindstick.com/news/2174/mars-mission-by-nasa-prepares-for-tests) code.\
\
Thanks ![Setting Selected Index on DataGridView Combobox](https://www.mindstick.com/app_images/htmleditor.icons/eusa_think.gif)\

## Replies

### Reply by Uttam Misra

Anoop, You can always manipulate DataGridView1.CurrentCell property pressing of the Tab key,\
check this code:\
DataGridView1.CurrentCell = DataGridView1.Item(column, row)\


---

Original Source: https://www.mindstick.com/forum/141/setting-selected-index-on-datagridview-combobox

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
