Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Copying the values of a summary row
posted

Hi,

I'm using Infragistics WPF 2014.2. I have a basic xamDataGrid showing a list of records that has a summary row populated with a few custom SummaryCalculators that do basic business logic. The xamDataGrid has a FieldLayoutSettings with AllowClipboardOperations="Copy" so users can copy the content of the grid to Excel or similar.

We've had a client request to make the summary row values copyable as well. Is there a straightforward way to do this which will have the same behaviour as the grid (i.e. select the row and copy) or automatically copy the values when all records are selected?

Thanks in advance,
Jason