Bind IList to DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have an array that I am binding to a datagrid, however I do not want all
the columns to be visible (eg the ID). The way to do this, I believe, is to
set up a DataGridTableStyle and DataGridColumnStyle, but how do I map my
array to the DataGridTableStyle as my array does not have a table name?

Thanks,
Steve
 
Back
Top