Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm working with a DataGridView Called "SubDataGridView", where it contains a column of comboboxes. What I intend to do is that when a btn(outside the DataGridView) is pressed, a certain Index is selected in a certain cell,which means the EditingControlShowing Event is excluded .I tried using a DataGridViewComboBoxCell, but the problem is that it does not has the 'SelectedIndex' property. So how can I solve it? More and more I started thinking of getting the children of a certain cell and converting it to a combobox(Note: if this is possible then I need the code responsible for it).
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900