I am looking at RadHtmlChart. At the moment, I don’t know how to make the data points clickable easily.
In our scenario, the URL values for each data point will be constructed during the process of binding the data to the chart on the server side.
Can anybody advise?
Thanks!
1 Answer, 1 is accepted
0
Danail Vasilev
Telerik team
answered on 12 Dec 2013, 12:10 PM
Hello Guohui,
I have already answered to the support ticket opened by you, so I am pasting my replay here so it is available for the rest members of the forum:
You can use the OnClientSeriesClicked event of the RadHtmlChart where you can obtain values in fields (e.g. field that contains urls) from the data source through the DataItem object and use them appropriately (.e.g. open the url in a new window). For example:
JavaScript:
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.