This question is locked. New answers and comments are not allowed.
I have the chart in a partial view and when i put the partial view on /Home/Index everything works as expected. When i put the partial view on _Layout, the chart doesn't show. I checked in fiddler and when the chart worked it would request telerik.common.min.js and telerik.chart.min.js. These scripts are not requested when i put the partial view on the _Layout page. I tried manually adding them, but the chart still didn't show. What am i missing here? Thanks for any help or insight into this.