Can I create Datagrid like VB6 ?

When I work with Datagrid in VB6 I can create a button in any columns I want simply to do something such as : when clicking that button I let another datagrid appear for selecting data in its...

Now I work with C# but I dont know how to do something like that when I want people enter data by dataGrid .

Please guide me how I can do the same thing in C#.

Thank you very much !




Answer this question

Can I create Datagrid like VB6 ?

  • rrkessler

    Hi!

    You need to look at System.Windows.Forms.DataGridView class. It can have buttons, links, images, comboboxes, etc. in columns.


  • Can I create Datagrid like VB6 ?