Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
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,