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
20
JScript Runtime error comes on selecting mutiple items in grid
posted

Hi,

I am using an UltraWebGrid control v6.3.20063.53. I am using this grid with a heirarchy level of 2, where the top level grid consists of Summary records and on expanding each summary record a Details level grid is displayed. On the details level grid I have checkboxes that I need to select.

On the selection of checkbox for first time everything works fine but when I try to select the second checkbox on another details grid, I get a jscript exception as "Microsoft JScript runtime error: Unable to get value of the property 'init': object is null or undefined ".

This exception comes in the codeSnippet as shown below:

igtbl_StateChange.base.init.apply(

 

 

this

,[type]);

Kindly provide a resolution for this issue