Datagrid Combobox column style

mcerk

Regular
Joined
Nov 1, 2004
Messages
78
Hi. Does anyone of you have a working datagrid combobox column style class (in VB.NET)?

And the sample? I would appreciate, if you can post a solution.

(I believe that it would help a lot of people).

If noone will do it, I'll try to learn myself, and try to post a solution.

tx


matej


PS: There is one such thing in MSDN, but it's written in C#. Can I convert it to VB.NET?

tx again
 
It may be possible to convert it to VB using one of the many free C# -> Vb convertors found on the internet, or alternatively you could just compile the C# class(es) into a DLL and use the DLL from your VB code.
 
PlausiblyDamp said:
It may be possible to convert it to VB using one of the many free C# -> Vb convertors found on the internet, or alternatively you could just compile the C# class(es) into a DLL and use the DLL from your VB code.


Here is a sample that I came across. It does the job, but has a few quirks. See some of the pther posts about some of them.. :eek: :rolleyes:
 

Attachments

Back
Top