Manually Fill Datagrid...

  • Thread starter Thread starter Scott D
  • Start date Start date
S

Scott D

I am using datasets and datatables and instead of autogeneration of
the columns I would like to manually fill the datagrid so I have more
control over the columns displayed. I have tried autogenerating the
columns but need to be able to hide columns and have not successfully
been able to do so with the automatic generation.
 
Scott D said:
I am using datasets and datatables and instead of autogeneration of
the columns I would like to manually fill the datagrid so I have more
control over the columns displayed. I have tried autogenerating the
columns but need to be able to hide columns and have not successfully
been able to do so with the automatic generation.

Have you tried using a DataView?
 
Back
Top