C# Table Component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys

Is there a windows forms componet that you can use to display data in a tabular grid? I guess I'm looking for something similiar to the JTable object from Java. I just want to be able to add/remove rows to a table dynamically, (ie. I dont need to connect to a database or another remote data source).

Regards

Scott Brewer
 
you have the DataGrid.

however in a spirit very close to java you have my OpenSource control (at
the company which employ me)

go there:
http://www.ihook.cc
and go on OpenSource.

PS: a new version should appear in a couple of days ...

Scott Brewer said:
Hi guys,

Is there a windows forms componet that you can use to display data in a
tabular grid? I guess I'm looking for something similiar to the JTable
object from Java. I just want to be able to add/remove rows to a table
dynamically, (ie. I dont need to connect to a database or another remote
data source).
 
Thanks,

I'll check it out.

----- Lloyd Dupont wrote: -----

you have the DataGrid.

however in a spirit very close to java you have my OpenSource control (at
the company which employ me)

go there:
http://www.ihook.cc
and go on OpenSource.

PS: a new version should appear in a couple of days ...

Scott Brewer said:
tabular grid? I guess I'm looking for something similiar to the JTable
object from Java. I just want to be able to add/remove rows to a table
dynamically, (ie. I dont need to connect to a database or another remote
data source).
 
Back
Top