I have a data table with 9 columns, I want to display this table in a datagrid but only show 4 of the columns, is there a way to specify columns to display or do I need to create a dataview and then bind this to the datagrid?Thanks in advance.