This is driving me nuts. I need to have a dataset binded to a datagrid. The data grid must not show all columns in the dataset but only a few. I will be adding records to the dataset in code and these should show in the datagrid, any kind of editing or adding is not allowed in the datagrid.

I tried using also dataviews, basically it would have been nice to have a dataview with a select statement on the dataset, thus selecting only the fields required, but it seems that this is not possible.

Any ideas are much appreciated.


Thanks