Jump to content

Executing a data function from a modal dialog


Priyank Dwivedi
Go to solution Solved by Priyank Dwivedi,

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...