I use persist settings for column layout and searching that also have a Master/Detail, or SubGrid report.
If I reload a page with persist settings and a search criteria, that criteria is being passed to all the sub-grids.
Can I disable this some how? I only want the master report to use the persist setting search filters.
Thanks
Mike
2 Answers
Hello,
If you set persist option with var opts_list1 = {} (where list1 is grid id), it will have the options only for that grid. This is alternate way as we usually set var opts = {};
https://www.gridphp.com/demo/demos/misc/persist-settings.phps#L.145
Your Answer