Hi,
I’ve an editable grid where, when I try to remove a value from one column i.e. emptying the value and click on another editable field. I’m getting an following error in Internet Explorer not in other browsers,
Error:
‘0’ is null or not an object
Version of jqx library using: jQWidgets v2.8.0
Example table with all the columns are editable and the following scenarios to reproduce the error:
-----------------------------------------------------------
S.No | Currency | Currency Limit | Status |
-----------------------------------------------------------
1 | USD | 999,999,999,999 | Approved |
------------------------------------------------------------
2 | - | | |
-----------------------------------------------------------
3 | SGD | 999,999,999,999 | Approved |
------------------------------------------------------------
1. When I try to clear the Currency Limit cell in row 1 and try to click the Currency Limit in row 2. I’m getting the java script error.
I’m breaking my head to resolve this issue ‘Coz it is happening only in Internet Explorer.
Hence can anyone suggest me a solution? or is this a know library issue related to IE.
Looking for a reply.
Thanks in advance,
Cheers,
Senthil