Hi!

Im struggling to solve a problem. My customer want to copy grid data from the application into excel. This works out of the box almost for all standard columns. The problem is a template column which has two visual elements, a label and an indicator. The label is bound to a text field and the indicator is bound to an int-field in the model. When pasting into excel these two values should be presented as two separate columns.

How can I solve this? Can I catch some copy event and manually insert a new column or something?

/S