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(
,[type]);
Kindly provide a resolution for this issue
Hi tapan4000,
Thank you for posting in the community.
Please note that version 6.3 is outdated and is no longer supported. This version may have issues with newer browsers. You can find detailed information regarding our supported environments at:
http://es.infragistics.com/support/supported-environments.aspx#SupportedEnvironments
I investigated this scenario using version 11.1 but was not able to replicate the issue. In order to research the matter further I would need a sample illustrating the behavior you are experiencing.
Please feel free to contact me if you have any questions.
Please let me know if you need further assistance.
I am getting the same exception.. Please help me with thi