Priyank Dwivedi Posted February 27 Share Posted February 27 Hi, I have a simple modal dialog that has an HTML table built in. One of the columns here is configured as a listbox and executes a data function when user selects a selection from the list. The result of the data function is a table, a column of which is to be populated in the modal dialog. The issue that I am having is that the moment user makes a selection in the list box, data function executes but it "CLOSES" the modal dialog!! Means the user has to relaunch the modal dialog! Is there a way to not have the modal dialog close but also see the results of the data function in the dialog on the listbox selection? Link to comment Share on other sites More sharing options...
Jose Leviaguirre Posted March 1 Share Posted March 1 Hello, can you share the code you are using? I think the page refreshes after the data function completes execution, so if you switch pages and your dialog is closed, it's going to look like that unless you somehow track the status of the dialog through a document property or something Link to comment Share on other sites More sharing options...
Solution Priyank Dwivedi Posted March 1 Author Solution Share Posted March 1 Hi Jose, Thanks!I was able to implement a workaround! I will close the question for now. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now