How do I create a custom combo box for a datagridview?
The problem is that I have a database with GUID values & string descriptions. Typically we would have integer values and string descriptions however in this case I can't avoid using GUID values.
So, unless you can think of another solution, I need to create my own combobox that can work inside of this datagridview.
Please post code samples or ideas in vb.net.
Thank you,
John
Start Free Trial