How do you set the Selected Item in a DataGridViewComboBoxColumn cell? [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am having an issue with the datagridview in C#. I have set-up the data grid view table, and am trying to set the Selected Item in a "DataGridViewComboBoxColumn" cell. I need to be able to set the selected Item manually as part of a load command (Which retreives information from a remote server). The Items list is populated from a Data Source, which works. I can load the information into a "DataGridViewTextBoxColumn" cell but not a "DataGridViewComboBoxColumn " cell. Does anyone know how to set the Selected Item in a DataGridViewComboBoxColumn cell? Any thoughts would be appreciated. Thanks, Adam -- modified at 13:56 Wednesday 3rd October, 2007