Hi,
I'm getting a really strage error with the ultrawebgrid (20053) after trying to select a row.The problem is that var igtbl_getColumnById(columnID); (ig_webgrid.js line 2360) returns null, the value of columnId = "each". This causes the code in igtbl_getColumnById to skip all the if's and return null.the next line var bandNo=colObj.Band.Index; generates an error because colObj is null. And the clicked row doesn't get selected
The strange thing is that it only happens on my system, it works for a colleague. I've copied his scripts in ig_common and his dll's, but i still can't get it to work. Does anyone have an idea where i could look next, this if driving me nuts.
Regards, Peter
If you're using Internet Explorer 7.0, you really should upgrade to a current version of Infragistics NetAdvantage.
I just ran into a similar issue, although with the latest version (Vol 2 CLR 3.5 latest Hotfix). It seems to have been caused by applying the VS 2008 SP1 upgrade which also applies an upgrade to the Framework 3.5. Not sure which was the culprit, but running a system restore to set my system back prior to the SP1 update, everything is back to normal.