can i add a control to a datagrid?

Hello all,

Can I add a control such as a combobox to a datagrid
I'm using vb.net.

I need to solve it urgent - Any help please.


Answer this question

can i add a control to a datagrid?

  • Ralph Rivas

    <a href="http://www.google.com/search q=winforms+add+combobox+to+datagrid&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official">Google has a lot of good links for this</a>

    It doesn't look like it is an easy thing to do though. I know there are a lot of 3rd party controls that will do this as well.

  • devdept

    Yes, you will have to do a custom column style and yes it's a PITA!

    http://www.syncfusion.com/FAQ/WindowsForms/Default.aspx#44

    MS really f#$# up on the grid, hence why they totally redid it "GridView" for 2.0.


  • can i add a control to a datagrid?