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
50
Copying Chart (or other control) to Dialog
posted

I have a dashboard which has various charts and grids on it.  Since there are multiple items on the page, they are kind of small.  I would like to add a button to each area/control, that basically says "see full size".  This means that the user would be seeing a chart or grid, says 400x600 pixels, and then click this button.  This button would open a Dialog and copy the existing chart/grid to the dialog, but in full screen (or close to full screen) resolution.  I don't want to have to recreate the graph/chart, as I would have to retrieve the data again, set formatting options, etc.  Is it possible to just copy a chart or grid from one DIV to a DIV in the Dialog?

Is there an example of this anywhere?

Thannks