Hello Team,
I have been working on a table using jqxGrid (jqwidget v12.2 and angular 12). The table shows data and one of the column is an icon, to preview the document. When user clicks on this icon, it adjusts the grid size to half of the screen (to left) and show the document in PDF preview in the second half (in right). When users closes the preview section (in right), the grid should be back with full width.
The first part of viewing pdf in right with resized grid on left is working fine. When I close the preview, the jqxGrid resize part is not working and the application is crashing. Could you please share your inputs on resolving this issue?
Here is the error:
core.js:6479 ERROR RangeError: Invalid string length
at LContainer.join (<anonymous>)
at LContainer.toString (<anonymous>)
at LContainer.join (<anonymous>)
at LContainer.toString (<anonymous>)
at LComponentView_DocumentTableComponent.join (<anonymous>)
at LComponentView_DocumentTableComponent.toString (<anonymous>)
at LContainer.join (<anonymous>)
at LContainer.toString (<anonymous>)
at LEmbeddedView_DocumentTableComponent_jqxGrid_2.join (<anonymous>)
at LEmbeddedView_DocumentTableComponent_jqxGrid_2.toString (<anonymous>)