Hi all, I have included a panel in a dialog model window. However, my postInitialize action is called only once at first time when the dialogue is called. But I need the postInitialize action to be called every time dialogue is displyed. This is required as I need to execute a query every time the panel is displayed. Please suggest a solution. George. |
Hi George, In this case, you can use postShow event of the dialog to execute your query. The postShow event of a dialog fires every time this dialog is displayed. Hope this helps, |