I can’t get the data from the nested grid every time I expand the row as many times as necessary when I filter in the textbox using the showfilterrow: true property.
Hello, I have a problem with jqxgrid that I could not solve, I hope you can help me in advance thank you very much.
My problem is that I have a master grid with the showfilterrow property: true where, by displaying the details, I can correctly obtain the data from the nested grid every time I expand the row as many times as necessary.
But when I filter in the text box using the showfilterrow: true property and expand the row, I can no longer get the data from my nested grid from the expanded row. This only happens when you filter in the text box.
In this link is my previous publication and guide me of the answer to obtain the data of the nested grid.
https://www.jqwidgets.com/community/topic/como-obtener-los-datos-del-grid-anidado-cuando-expando-una-fila-del-grid-princi/
How can i solve this?