On my DataGridView I am adding a DataGridViewComboBoxColumn with a dataview as its datasource. This all loads up fine but I want to be able set a particular value to be visible as the selected item straight away when the grid is loaded and not have to click on the combobox to select one.
How do I either set a selected value for each combo box cell OR programmatically select a particular value as the one to be displayed after the grid has loaded ?
cheers
Andy
How do I either set a selected value for each combo box cell OR programmatically select a particular value as the one to be displayed after the grid has loaded ?
cheers
Andy