Hi
How can I initialize a datagrid with 5 columns and 20 rows. The user must be able to put in data in the cells, comparable with excell.
Printable View
Hi
How can I initialize a datagrid with 5 columns and 20 rows. The user must be able to put in data in the cells, comparable with excell.
Hi Rikken,
I really should say : go for a third party tool. There are some on the market but I don't know exactly the name anymore of the other ones. I use xtragrid from www.devexpress.com
The thirdparty grids contain mostly more features which you can use very easily.
I think other people will know some too.
HTH,
Bjorn
Create a datatable that has five columns, with 20 rows in it. Maybe you might have to add spaces to the columns in each row. Then databind it to the grid.