how can you dynamically add items to a combobox using the datagridview virtual mode?
how can you dynamically add items to a combobox using the datagridview virtual mode?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, I assume you are working with a very large set of data, and thus are using virtual mode to implement your own data binding.
If that is the case here is a link that demonstrates the process:
http://msdn.microsoft.com/en-us/library/2b177d6d.aspx
It primarily involves implementing an event handler for the CellValueNeeded event.