This question is locked. New answers and comments are not allowed.
Hi,
I'm getting a problem when I try to export grid data:
Please se the two attached images: the file generated by GridView and the expected file.
I'm getting a problem when I try to export grid data:
- The enum values that are displayed normally in grid, using IValueConverter's, after data export are show on the file as object class full namespace (e.g. MyCompany.Domain.DTO.MyClass). I have already tried to use event ElementExporting, but the Value property of GridViewElementExportingEventArgs never brings the enum to me; it brings the full object on enum columns.
Please se the two attached images: the file generated by GridView and the expected file.
Thanks,