I have ejDialog (Modal) in which I have three dropdown (Select) html elements.
the ejDialog is launched by selecting a record from grid.
Call dialog.Show() to see the data for an individual record from the grid to edit
There is close button to close the ejDialog on the dialog call ejDialog.Hide()
what I observe is when selecting a new record the three dropdown html elements (Select) still show the previous values.