How do I read a DataGrid, line by line?

2

I have a% wpf (%) being populated by an external data source. I need to rotate the entire grid, referring to the values of each row, column by column.

  • How can this be done?
  • What is the "heart" of data in a grid?
  • Can I transform the data into a collection and then use DataGrid to run and query?
  • Will I have access to all columns like this?
asked by anonymous 26.06.2014 / 21:16

1 answer

4

If the data has a defined type as shown in this example (Template), you can retrieve the items in several ways, see example:

Note: If you do not have data type the last example is the most appropriate

26.06.2014 / 21:39