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
230
Web grid
posted

Hi guys i have used webgrid control in which I am creating Ultrachart dymamically on intializerow event.

 But I am gettign problem in run time javascript error for ultrachart. if i am ignoring that errors then i m getting the result.

I like to add one more things that I didnt use any javascript for that.

 

Regards,
Dhaval

Parents
No Data
Reply
  • 28464
    Verified Answer
    posted

     Hello Dhaval,

    It really depends on your code, but typically javascript errors for controls added programmatically are due to the fact that ID is not explicitly set (hence, no client-side ID and the errors you are getting in browser). So please make sure you are explicilty setting the ID of the chart.

    If this suggestion does not help, then maybe some sample code and additional details will provide additional clues.

    Thanks.

Children