Do you know a way to retrieve data right after the creation and without the need to click on the arrow ?
Here's my sample :
<EjsDropDownList ID="ddlTest" @Ref=@ddlTest Width="150px" >
<EjsDataManager Offline="true" Url="http://localhost/BlazorTests.Server/api/values" Adaptor="Adaptors.WebApiAdaptor" CrossDomain="true"></EjsDataManager>
<DropDownListFieldSettings Text="text" Value="value"></DropDownListFieldSettings>
</EjsDropDownList>
Thx.