Hello prayag ganoje,
As I mentioned in the previous post this functionality is not supported in the RadChart by default. You can achieve a similar functionality by making the
entire RadChart clickable. One possible workaround is to get the RadChart with
javascript and after that redirect to another page. For example:
markup code
and set
body onload event to MyPageLoaded()
You can also
wrap the chart with a link which can achieve the same scenario.
Best wishes,
Polina
the Telerik team