Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Strange js error with ultrawebgrid
posted

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