Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149009 | Nov 12,2019 03:57 AM UTC | Nov 13,2019 10:58 AM UTC | Blazor | 3 |
![]() |
Tags: Dropdown List |
<div class='control-wrapper'>
<EjsDropDownList @ref="provinceObj" TValue="string" Placeholder="Province" DataSource="@provinces" @bind-Value="@provinceBindVal" Index="-1">
<DropDownListFieldSettings Text="ProvinceName" Value="ProvinceId" />
<DropDownListEvents TValue="string" ValueChange="OnChange" />
</EjsDropDownList>
<EjsDropDownList @ref="cityObj" TValue="string" Placeholder="Cities" DataSource="@cities" @bind-Value="@cityDefaultValue">
<DropDownListFieldSettings Text="CityName" Value="CityId" />
</EjsDropDownList>
</div>
<div>
<EjsButton CssClass="e-flat" Content="@Content" @onclick="OnClick"></EjsButton>
</div> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.