I have a column chart that I want to drill down from. I want the drill down to be a link to another web page. How can I achieve this?
Thanks in advance
Please, take a look at:
http://forums.infragistics.com/forums/p/9969/38355.aspx#38355
You can redirect to another page with:
window.location.href = "http://www.example.com/";