We are using xceed wpf grid and some of the columns are populated with custom collections. This custom collection has overrided ToString() method.
When we export the data from the grid to excel. It is working fine as expected and collection data is exported without any issue. But when we make a call to the print, it is not returning the same result.
It would be great if someone to find a fix for this problem.