This is a migrated thread and some comments may be shown as answers.

Drilldown pop up window

3 Answers 69 Views
Chart
This is a migrated thread and some comments may be shown as answers.
scorp
Top achievements
Rank 1
scorp asked on 13 Dec 2010, 08:49 PM
I have a radchart with bar series in my silverlight application. I need to be able to drilldown to be able to click on the bars and open up a pop up window with a gridview with details. How can I go about this?
Thanks.

3 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 16 Dec 2010, 04:59 PM
Hi scorp,

You can subscribe to ItemClick event of the ChartArea to be able to click on the Bars as shown here - http://www.telerik.com/help/silverlight/radchart-features-interactivity.html. Then open new RadWindow with RadGridView in it.

Regards,
Evgenia
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
scorp
Top achievements
Rank 1
answered on 17 Dec 2010, 03:02 PM
Thanks for the reply. I was able to use the itemclick event to trigger a radWindow and have a gridview in it. However my application is modelled in Prismv2 architecture. I have different views of the page in separate modules. I would like the radWindow to appear on the center of the page without deactivating any of the other regions.  I am not sure where to place the radWindow and how to hide and show the radWindow. A code sample would be helpful. Thank you.
0
Konstantina
Telerik team
answered on 22 Dec 2010, 09:55 AM
Hi Scorp,

Please refer to the following forum post in which you can find a sample how to show RadWindow using Prism: http://www.telerik.com/community/forums/silverlight/window/radwindow-in-prism.aspx#1462878

Please let us know if you have further questions.

Kind regards,
Konstantina
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
scorp
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
scorp
Top achievements
Rank 1
Konstantina
Telerik team
Share this question
or