Show subset of columns in Datagrid

  • Thread starter Thread starter MikeL
  • Start date Start date
M

MikeL

Hello.

I retrieve a dataset from a database and assign the table in the dataset to
a datagrid. Then I call the datagrid's "Refresh" method.

I want to show only a subset of columns in the grid with the excluded
columns bound to other controls (textbox, etc.)

How can I limit the columns displayed in the datagrid without removing the
columns from the table?

Thanks in advance,

Mike
 
Back
Top