Hello all,
I have a datagrid that I setup a table style on. I put into it only the columns that I wanted to show. The other columns are used elsewhere on the page and are not needed in the DataGrid.
The problem is that the columns that I do not want on the DataGrid are still showing up on it after I bind it to the dataset.
Is there any way to stop that from happening within the table style collection? Or do I need to do something programmatically in order to get the desired effect?
Any help, as always, is greatly appreciated.
Brian
I have a datagrid that I setup a table style on. I put into it only the columns that I wanted to show. The other columns are used elsewhere on the page and are not needed in the DataGrid.
The problem is that the columns that I do not want on the DataGrid are still showing up on it after I bind it to the dataset.
Is there any way to stop that from happening within the table style collection? Or do I need to do something programmatically in order to get the desired effect?
Any help, as always, is greatly appreciated.
Brian