Hi,
Just in case anyone else encounters this I managed figure out how to make it work…
It seems that you need to have the XML button included on the toolbar of the nested grid. If you don’t include this button then the records do not show up in the generated xls file; if you don’t need this button you can simply hide it by using sc_btn_display(‘xls’, ‘off’) in the onScriptInit event of the nested grid.
It’s a little strange and probably should be documented somewhere, but at least I have it working now.
Regards,
Mike