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
Thanks Rumen
It Works....
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.