Hi,
how to use ejControls in an external page that serves the content for ejDialog (contentType="ajax")
They are only initialized after opening the Dialog the second time.
And how to populate the dropdown control in that dialog?
When the dialog content was on the same page I used:
$("#dropdownReason").ejDropDownList({ dataSource: ej.DataManager({ url: "../AllocationInvoice/GetAllocationInvoiceReason", adaptor: new ej.WebApiAdaptor() }) });
I can set some values for the controls in the dialog from the page I am calling it, but not the dropdown.
Thank you.