Load Dialog content using AJAX
4 Apr 20221 minute to read
You can load dialog’s content dynamically from external source like external file using AJAX library. The AJAX library can make the request and load dialog’s content using its success
event. Refer the following link to learn about how to load dialog content using AJAX.