Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I Have a Stock Codes Table in SQL Server with Entity Framework Connection
I need a dynamic Combo box to display multi columns on Drop Down Event
such as Stock Code, Make, Model,Sub Model, Measurement Type and so on for my my C# Application with Columns Headers

Please Help Me

Thanks in Advance
Posted
Updated 1-Aug-17 20:59pm
v4
Comments
BillWoodruff 23-Nov-14 8:18am    
This is WinForms ? WPF ? ASP.NET ?

Are you asking for one ComboBox in which your choice then presents other ComboBoxes with their contents based on your choice and so-on ... in other words a drill-down interface similar to a multiply nested menu ?

Or, are you actually asking for a some kind of multi-column interface Control that pops-up based on your choice in one ComboBox ?
Siva Naga Prasad 23-Nov-14 9:20am    
Thanks for your comment, I updated the question
Please review now

 
Share this answer
 
Comments
Siva Naga Prasad 15-Feb-15 3:16am    
it's not working in my project due to version changes
Deepu S Nair 15-Feb-15 3:36am    
I don't know version or something else of your project and this the solution for your question that asked above.
Siva Naga Prasad 19-Feb-15 19:12pm    
HiDeepu thanking you very much for your answer
but i am not able to pass the VCOMBO Box as object to my other class members.
i found another solutions for this in below link

http://stackoverflow.com/questions/12662541/how-to-create-an-itemtemplate-for-a-combobox-programmatically
Using
this link
https://zamjad.wordpress.com/2012/08/15/multi-columns-combo-box/#comment-1688[^]
i found a solutions but it has to improve such as column headers and it's not dynamic control
 
Share this answer
 
Comments
Siva Naga Prasad 15-Feb-15 3:14am    
but it's not a dynamic combo box

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