Hi,
I have generated RadTreeview in silverlight. Now I want to generate different Radchart for example
RadTreeview is looking like this :
>Enterprise ......................................................
> Account Management . Chart .
> Onsite Support . .
> Data Center . .
> Sales ........................................................
when I click Account management it has to generate Account Management related Radchart when I click Onsite support It has to generate Onsite Support related Radchart. etc...
Hey for this can you please send some sample silverlight application with bind the Datacontext of the radchart and RadTreeView.SelectedItem. I need one sample application I went through all your Telerik documentation and sales Dashboard but I did't understand.
Hey Please provide small application demonstrating this.
9 Answers, 1 is accepted
I have prepared a really basic integration example. Please have a look at it and let me know if you have questions on it. Also I'd suggest you go through the chart's knowledgebase and help articles, or simply post your questions in our forums. We'd be glad to further assist you.
Best wishes,
Kiril Stanoev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Hi,
Thanx I got the basic idea. Hey I am generating RadTree by using WCF Service.I need to generate when I click the Child Tree like Newyork it has to generate related Chart. How can I bind this.
>Enterprise ......................................................
> Account Management
> NewYork
> X
> Y
> Washington . Chart .
> Onsite Support
> A
> B . .
> Data Center . .
> Sales ........................................................
Hey can you modify the Previous application by using WCF service with Chart Integration.
Please check this KB article to see how to use the TreeView with WCF:
http://www.telerik.com/support/kb/silverlight/general/populating-treeview.aspx
The rest of the application will stay untouch, just the gathering of the data is different.
Please don't hesitate to contact us if you need more info.
Sincerely yours,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
>Enterprise ......................................................
> Account Management
> NewYork
> X
> Y
> Washington . Chart .
> Onsite Support
> A
> B . .
> Data Center . .
> Sales ........................................................
Hey can you modify the Previous application by using WCF service with Chart Integration.
I wonder if you experience any problem with this scenario? Basically it should work out of the box once you have the data.
Greetings,
Valentin.Stoychev
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
fig-1 .
>Enterprise
> Account Management
> NewYork
> X
> Y
> Washington
> Onsite Support
> A
> B
> Data Center
> Sales
fig-2.
>Enterprise ......................................................
> Account Management
> NewYork
> X
> Y
> Washington . Chart .
> Onsite Support
> A
> B . .
> Data Center . .
> Sales ........................................................
If possible please provide me small application.Using wcf treeview generation with chart integration.I hope I will get small silverlight application instead of explanation.
Please take a look at the attached sample and let me know if you have further questions.
Greetings,
Tina Stancheva
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Hi,
I have 2 issues with RadTreeView.
1. I am binding the RadTreeView with the SiteMapDataSource. The thing is the I cannot change the [Site Map] text of the Root RadTreeNode1. Instead I want to show the Menu text. For instance: Menu, child node goes Produtcs and etc. I am using the following code:
protected void Page_Load(object sender, EventArgs e)
{
SiteMapRadTreeView.DataSource = new SiteMapDataSource();
SiteMapRadTreeView.DataBind();
SiteMapRadTreeView.ExpandAllNodes();
}
2. How can i expand only 1 level deep the tree instead of expanding all.
Thank you. Z.
If this is Sitefinity related question, could you please post it in the Sitefinity forums?
Thank you in advance.
Kind regards,Georgi
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.