I have a MultiPage, and what I do is add a couple RadChart dynamically.
What I want to be able to do is surround each of these charts with a div. Below is the code i'm using, if anybody has an example that would be fantastic!
<div class ="ChartClass"></div>
MultiPage.FindPageViewByID(MultiTabTarget).Controls.Add(RChart);
so i'd want
<div class="ChartClass">
RChart
</div>
What I want to be able to do is surround each of these charts with a div. Below is the code i'm using, if anybody has an example that would be fantastic!
<div class ="ChartClass"></div>
MultiPage.FindPageViewByID(MultiTabTarget).Controls.Add(RChart);
so i'd want
<div class="ChartClass">
RChart
</div>