I just updated my VS 2008 Framework 3.5 to SP1 last night, an now I am getting numerous javascript errors, notably in igtbl_removeState and igtbl_getRowByID functions.
Do I need to remove the update, or is there a fix for this issue?
Don Sharp
If you are using IE 8 try turning off compatibility before running the page with the offending control. This did the trick for me.
I just started getting the same errors today, specifically in igtbl_removeState. And the crazy thing is, I updated to 3.5 sp1 a long time ago. This just started happening out of the blue!
Hello,
I really do niot know, it just sounds weird the upgrading to SP1 caused any problem. But yes, in this case I believe the best way to proceeed would be to send a small subset of your project reproducing the issue to Developer Support directly (I know this will take time and effort for you, but I personallycannot reproduce that no matter how hard I tried).
Developer support can be reached at:
http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx
Please, excuse us for the inconvenienice.
I completely shutdown my PC after the update, which should have cleared all caches. It is a very simple app, 2 aspx pages and no user controls, which I recomplied to no avail. I have no hard-coded IDs, and no other program has had any security issues. There are no special security settings for this app.
Doing a System Restore to prior to the update, everything is working fine again.
I'm really confused.
Don
I myself went through this upgrade recently, and I have a lot of projects with UltraWebGrid myself, and everything went smoothly. Actually, nothing in SP1 should not directly interfere with out products in any way, so the problem could be elsewhere.
Maybe you need to clear you browser cache and try again? Recompile / rebuild everything, delete temporary VS folders... also check security settings. Or maybe you have hardcoded IDs in javascript (these may change if page infrastructure changes)?