Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I have a Barchart on my page. When the user clicks on one of the bars, I want to display the details in a popup window in a telerik grid. I am not sure how to achieve this. Any suggestions?
regards
Giridharan
Hi Giridharan,
You can use the client-side events of the chart to call the popup: http://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/client-side-programming/events/overview. OnSeriesClick is perhaps the one you will be using.
As for a popup—you can pass a querystring variable to a RadWindow: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/how-to/use-querystring-to-provide-arguments-to-radwindow. Regards,