binding a struct array to a DataGrid

  • Thread starter Thread starter Nony Buz
  • Start date Start date
N

Nony Buz

I have an Array of a struct that contains int's and a string. I
would like to display that in a DataGrid, how do I do it? There
will be an extra field that will get updated which is not in the
struct, how do I account for that?
 
Hi
why don't you try to bind your datagrid object to the array and have this
extra one as a calculated column.
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 
Back
Top