Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
349
InitilizeScrollbar Error on displaying Webchart
posted

 Hello

I am currently having a problem with a WebChart, where each time I try to display the chart after using the databind method, the following error message appears

InitilizeScrollbar is not defined

The script that contains the InitilizeScrollbar method call is generated on the aspx file after the Page has finished loading.

The WebChart had been recently upgraded from 2007 Vol 2 to 2008 Vol 2 and uses the Webresource.axd file instead of Javascript. Any solution to the problem would be appreciated.

Regards

Adam Faulkner

Croner Software

Parents
No Data
Reply
  • 28496
    Offline posted

     Is the JavaScriptFilename property set to anything?  If so, try clearing it.  Or, try setting it to a url with ig_webchart.js and see if that fixes the problem.

    Does this happen with just a chart added to a WebForm, or is it specific to one project?

Children