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
MikeL - 01 Mar 2006 15:08 GMT
Nevermind. I found it: TableStyles.
> Hello.
>
[quoted text clipped - 10 lines]
>
> Mike