I can’t get the data from the nested grid a second time.
Hi, I have a problem with jqxgrid that I could not solve, I hope you can help me in advance thank you very much.
The problem is: I have a master grid with the showfilterrow: true property where, when displaying the details, I can correctly obtain the nested grid data every time I expand the row as many times as I need. I get the data from the nested grid as in this example:
https://www.jqwidgets.com/community/topic/como-obtener-los-datos-del-grid-anidado-cuando-expando-una-fila-del-grid-princi/
When I filter in the texbox using showfilterrow: true and expand the row I only get the data from the nested grid only once the second time I expand the row again I can no longer get the data from my nested grid from that same row.
How can I solve this?