|
-
Nov 28th, 2003, 11:42 AM
#1
Thread Starter
New Member
datagrid data input
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.
-
Nov 28th, 2003, 11:54 AM
#2
Lively Member
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
-
Nov 28th, 2003, 12:05 PM
#3
PowerPoster
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|