hi,
is it possible to hide some columns in a dataGrid?
I connect my DataGrid with a access DB.
i.e I use following SQL command:
Select id, name, text from myTable
Connect the DataGrid with a DataTable:
DataGrid.DataSource = myDataTable
But now I only wanted to advertise the text and the name from myTable in the DataGrid.
How can I carry out this?
is it possible to hide some columns in a dataGrid?
I connect my DataGrid with a access DB.
i.e I use following SQL command:
Select id, name, text from myTable
Connect the DataGrid with a DataTable:
DataGrid.DataSource = myDataTable
But now I only wanted to advertise the text and the name from myTable in the DataGrid.
How can I carry out this?