Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > Datagridviewcombobox data do not update the cell
 

Datagridviewcombobox data do not update the cell

Need help here...

I implemented a datagridview in my application being the last column a type of datagridviewcombobox.

Problem is, the value of the cell for the last column do not reflect the selected value of the combo box until I move the focus to another cell.

How can I force the combo box to update the cell's content after I move to another control?
luismanalo  Thursday, July 10, 2008 10:51 AM

HiLuismanalo,

If you move the focusto the other control, the cell value is restored to the original value without left click mouse button. We canleft click mouse to select the item from the Dropdown list to update the Cell's valuein this scenario.

Best regards,
Riquel


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Riquel_Dong  Tuesday, July 15, 2008 8:32 AM

HiLuismanalo,

If you move the focusto the other control, the cell value is restored to the original value without left click mouse button. We canleft click mouse to select the item from the Dropdown list to update the Cell's valuein this scenario.

Best regards,
Riquel


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Riquel_Dong  Tuesday, July 15, 2008 8:32 AM

You can use google to search for other answers

Custom Search

More Threads

• equivalen code for cvarlng of vb6.0 to vb.net 2005
• Capitlize the first letter of a filename
• Object.Recordset.Filter and BETWEEN
• replace listbox item
• Listbox converted to time value (string)?
• How can I get the file version given the path?
• Binary AND command
• Is it possible to change the column header backcolor of datagridview?
• Convert VB struct to LPBYTE
• Implements with Generic Type causes error