Table

  • Thread starter Thread starter Senthil
  • Start date Start date
S

Senthil

Hi,

I needed to include a table in a windows form.
where I can add, delete row, columns etc (Similar to
JTable in java or rows, tables in a excel sheet. Which
component should I use? I looked in to using DataGrid but
I found examples of datagrid only binded to a database.

Thanks,
Senthil
 
* "Senthil said:
I needed to include a table in a windows form.
where I can add, delete row, columns etc (Similar to
JTable in java or rows, tables in a excel sheet. Which
component should I use? I looked in to using DataGrid but
I found examples of datagrid only binded to a database.

There is nothing in the Framework which will fit your requirements.
 
You can download the ComponentOne kit for free. I think the FlexGrid will
do what you are looking for.
 
Back
Top