Hi,
I am trying to implement Ajax Drill Down example in my application. When user selects a bar from a Bar Chart it re-draws related Pie Chart.
I am implementing the application same way mentioned in the demo. But somehow "NAjaxMouseClickCallbackTool"event for BarChart is not able to invoke "OnAsyncCustomCommand" of PieChart. I have also madesure that, chart IDs are correctly defined in the supported javascript.
Any help with the issue is highly appreciated!
Thanks.
P.S. Please review attached simple web application that implements "Ajax Drill Down".