Hi Parthiv,
I cannot make the changes to the sample application because it is quite large and would require a license to DevExpress to test it out. The only thing you have to do is add another property to your business object, like a ToString property. The ToString property can hold the name of the card, for example, ToString = Title + ", " + Name;
When you are ready to export the DataGrid, you can create a copy of the Datagrid and bind it to your source which includes the ToString property and export it. Or you can even include the ToString property in your current datagrid and place the ToString property as the title of your card. Then, when you export, you add the ToString property as a Column and make sure that it is part of the VisibleColumns collection.
Marc
Developer in Technical Support
Xceed - Multi-talented components - http://xceed.com