I'm adding a jqplot chart to a page that has a RadTabStrip and a RadMultiPage on it. If I put the target <div> for the plot outside of the RadMultiPage, the chart gets rendered. If I put the target <div> inside the RadMultiPage, however, it doesn't get rendered. This makes me think the JavaScript that's attempting to render the chart in the <div> can't find it.
How should I refer to the <div> in my JavaScript?
Here's how my <div> is defined?
Here's the JavaScript that references the <div> and how it's placed in the RadPageView:
Thanks!
Bryan