|
-
Dec 22nd, 2010, 08:23 AM
#1
Thread Starter
New Member
[RESOLVED] table component
Hi all,
I'm not really a newbie to vb.net programming but i don't know
how to create a table( like the excel table). Which component can
I use to create a table. I tried DataGrid already, but i can't add rows
on it.
hannesvdc
-
Dec 22nd, 2010, 09:52 AM
#2
Re: table component
DataGrid is the best you can do out of the box. Anything more advanced you have to write your own or use a third party control. DataGrid can add rows, just not as some handy all-inclusive way in the user interface of the control. You can always drop a button on your form that instructs the DataGrid to add a new row.
-
Dec 22nd, 2010, 10:22 AM
#3
Thread Starter
New Member
Re: table component
Thanks for the reply!!
Datagridview isn't really what i'm looking for, i'll write my own component!!
hannesvdc
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
|