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
515
Copy XamDataGrid
posted

Hello,
I'm trying to create a copy of xamDataGrid, so that I could make changes on the copy without affecting the original object.
Is there a way to do it?

I'll be more specific:
I have a window that display print preview of the xamDataGrid.
I want to cancel the Theme of the grid before I print it and return it later. If I do so on the original xamDataGrid, the user can see the changes in the theme and it does not look good. I want it to be transparent to the user.

So I need to work on a copy of the grid.