Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to handle selected index change event of a combobox within a datagrid view
Posted

1 solution

Look here:
For Web App:
Nesting the DropDownList to Gridview in ASP.NET 2.0(C#)[^]

For Windows App:
http://www.informit.com/articles/article.aspx?p=446453&seqNum=9[^]
DataGridViewComboBoxEditingControl Class[^]

If you need to know more, just google it out! There are number of links!
 
Share this answer
 
Comments
Henry Minute 1-Jun-10 8:02am    
FYI: The example in the first link you give for Windows App is incomplete, because grids seem to reuse a single ComboBox as the editing control for all cells, unless you unhook the SelectedIndexChanged EventHandler performance can degrade quite remarkably.

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