Datagrid and dropdownlist

Z

zdrakec

Hello all:

If I were working on an aspx page, creating a template column on a
datagrid so that my user is presented with a dropdown list at edit time
is fairly straightforward.
Now, however, I am working in Windows Forms, and cannot quite discover
how to accomplish the same thing here...

Would someone please point me in the right direction?

Thanks much,
zdrakec
 
K

Ken Tucker [MVP]

Hi,

http://www.windowsformsdatagridhelp.com/default.aspx?ID=1eb83247-7464-467e-a9dd-faf92f41f563

http://www.windowsformsdatagridhelp.com/default.aspx?ID=af5ec1a9-bd98-4556-adf9-3866d4936de0

Ken
----------------
Hello all:

If I were working on an aspx page, creating a template column on a
datagrid so that my user is presented with a dropdown list at edit time
is fairly straightforward.
Now, however, I am working in Windows Forms, and cannot quite discover
how to accomplish the same thing here...

Would someone please point me in the right direction?

Thanks much,
zdrakec
 
Z

zdrakec

Well, yes, Ken, I had thought of adding a combobox to the controls
collection of the textbox for a datagridtextbox column. I thought maybe
there was a better way :)

Thank you very much sir, this does however help me a great deal!

Cheers,
zdrakec
 

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