views:

86

answers:

0

I have an Xceed datagrid v2(express) bound to a list of viewmodels. Each viewmodel consists of several types of objects. For example a viewmodel with a specific contact and its employer object.

In the grid I show the contact information and some employer information.

What I want to do is get the information shown in the grid instead of writing logic to pick the properties from my underlying viewmodel which I have already populated the grid with.

I then want to use the result and export it to XML => Excel.

How do I do that?