Bind IList to DataGrid

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top