Hello,
I want to print/export the contents of a RadGridView. However, I want to retain the cell styles (or at least format it somewhat similar), especially for user-defined columns. For example, the number of decimal digits or the localized enum value should be retained.
When I use the ElementExporting event and check for e.Element == ExportElement.Cell,
the e.Context value points to the Column, not to the concrete cell. Is there any way to get the concrete GridViewCell? Or at least get the bound item?
Alex
I want to print/export the contents of a RadGridView. However, I want to retain the cell styles (or at least format it somewhat similar), especially for user-defined columns. For example, the number of decimal digits or the localized enum value should be retained.
When I use the ElementExporting event and check for e.Element == ExportElement.Cell,
the e.Context value points to the Column, not to the concrete cell. Is there any way to get the concrete GridViewCell? Or at least get the bound item?
Alex