I have been reading all the posts about this topic on the forums but cant find an answer.
I have the latest version of asp.net and latest version of telerik controls.
I am using a masterpage with a default page on top which then references one of 3 customcontrol pages depending on the tab selected. This is from the demo code on the Telerik site.
I am also utilising AJAX with the telerik radscriptmanager
In IE it seems to work fine, but in FF i get the following error:
ids is null
(?)()()
www.blog...japan.com (line 2067)
for(var i=0;i<ids.length;i++){
You can see the error on the website at
http://www.bloglinkjapan.com
when you first go to the site all the AJAX etc works, when you click on the link HOME it breaks in FF. It looks like the controls are not loading before the page is ready.
I have tried many of the suggestions in the forum topics but cant fix this.
Any help appreciated
Thanks
Alan