Thank you for the response. Unfortunately, it does not help. There is no problem displaying data loaded before the page is opened. Just data loaded after.
> you have bound the data source with an observable collection
It does not matter if it is a List<> or ObservableCollection<>. The results are the same.
> We suggest you to load the data source in the DropDownList at the time of opening the popup to resolve this
The datasource is loaded before the EjsDialog containing the EjsDropDownList is shown.
User is provided an EjsGrid.
They click a button on a row.
A sql query runs and the loads the EjsDropDownList datasource.
The modal EjsDialog is shown.
The sql query only runs ONCE - before the DDL is shown.
Then it takes two clicks to display data. Sounds like a bug.
I'll see if I can come up with a working example to send you.
Thanks!