I made a program that generates some data and want to show it in a grid like fashion like excel. What control should I use? I also want the user to be able to change the details if he wants to (like a textbox).
As an option step, is it possible to export this data to excel?
Thanks.
This is using c# and winforms
what about DataGridView?
make sure you set the DataSource…