Okay I have 2007CLR2 with the latest hotfixes installed on my laptop,
i have a web async refresh panel which has various dotnegt controls and some validators which have the enable clientscript set to true.
everything works fine and an asycn refresh happens perfectly.
Even the linked refreshcontrol ids get refreshed and the controls within them as well.
However I get this javascript error message no matter what on the async post back.
How do i get rid of this???
I had the same problem. I had to change the validators enableclientscript property to false and the errors went away. The validators seemed to work fine.
the valiators don't seem to be the problem and should not because they are essential asp.net controls...infragistics should be compatible with all its properties