Hi,
I have a master-detail grid and it works fine (mostly). However, the detail grid uses a subgrid. I click on the master grid and the detail grid updates. However, if I open the subgrid on the detail grid, close the subgrid and then go back to clicking on the master, the detail grid stops updating. I am following the documentation fine.
Dropbox links sent to your support email.
Thank you
2 Answers
Hello, I have reviewed this issue. The reason is that you have included JS / CSS files in your subgrid detail file as well (comp_price_subgrid.php). As it is loaded in same page, you don\’t need JS files again otherwise it will reset the parent datagrid JS DOM changes. Comment out these and master grid should start updating again.
Your Answer