I have been looking through the Grid documentation and examples and it would seem that binding the grid to a data source results in one grid row for each data source row (generally speaking, not including filtering etc.). I want to create a property grid i.e. one grid row for each attribute in a data source row so as you navigate the data source the grid rows change to reflect the attributes of the current row in name/value pairs so the result would be a 2 column grid with the first column representing the name and the second column the value.
