I just configured the Print widget in our Web AppBuilder app and the print button does not work. After some initial troubleshooting, it looks like the printSettingsFormDijit does not validate in the print method. I also found that the same app works just fine in Edge. Does anybody have any experience with this issue?
Solved! Go to Solution.
The issue was that I did not configure the defaultTitle attribute in the widget configuration. In the titleNode in templates/Print.html there is a validation rule that says the field is required. If I remove that requirement, the form validates and printing works just fine. Similarly, entering a value for that attribute will allow the form to validate.
Hi, particularly the only problems I found with the print widget were related to an error in the service URL, with the URL properly configured I use it in Chrome without any problems.
The issue was that I did not configure the defaultTitle attribute in the widget configuration. In the titleNode in templates/Print.html there is a validation rule that says the field is required. If I remove that requirement, the form validates and printing works just fine. Similarly, entering a value for that attribute will allow the form to validate.