I have a print dijit on a bootstrap modal, most everything works fine except selecting a template does not trigger the print tool to start printing. If I move the print control outside the modal onto a section of the app that is loaded by default and the print tool works fine. I even tried showing the modal before creating the print dijit (for testing purposes) but that did not work either. I would prefer not to write a custom dijit.
My app has sensitive data but I can pull the print tool out if I need to post an example.
Does anyone know how to resolve this issues or catch the template change event so I can manually trigger the print tool?
Thanks