Simple DropDownList in a datagrid

G

Guest

How do I add a dropdown list that contains two values, Option 1 and Option 2, in my datagrid and have this be databound. Thanks for your help.
 
T

The Real Andy

How do I add a dropdown list that contains two values, Option 1 and Option 2, in my datagrid and have this be databound. Thanks for your help.

I've been looking into this lately, but it looks rather ugly. I think
using a combo box is going to be the easier way, but then you have to
override a heap of methods. There is a few examples on the net, but if
you can find a simple one, please let me know.

The database relations I had in mind is what scares me the most, how
to update when the data in the combo is linked to a seperate table in
the db. The select is easy.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top