Hi,
I am using two tables in a data set. I need to bind these two tables in two different rad charts.
Is it possible ?
If so can you please explain the steps to achieve this ?
Something similar to this snippet should work for your case:
RadChart1.DataSource = myDataSet.Tables[0];
RadChart1.DataBind();
RadChart2.DataSource = myDataSet.Tables[1];
RadChart2.DataBind();
I hope this is going to sort out the problem.
Best wishes,
Evgeni "Zammy" Petrov
the Telerik team
New release coming up this week! Sign up to see what's new in Telerik TeamPulse Q3 2010!
Thursday, November 18, 2010 2:00 PM - 3:00 PM EST: Register today!