Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148831 | Nov 5,2019 11:12 PM UTC | Mar 19,2020 12:45 PM UTC | Blazor | 5 |
![]() |
Tags: Dropdown List |
@using Syncfusion.EJ2.Blazor.DropDowns
<div class="col-lg-12 control-section">
<div class="control_wrapper">
<EjsDropDownList TValue="string" PopupHeight="230px" Index=2 Placeholder="Select a game" DataSource="@Games">
<DropDownListFieldSettings Text="Text" Value="ID"></DropDownListFieldSettings>
</EjsDropDownList>
</div>
</div>
<style>
.control_wrapper {
width: 350px;
margin: 0 auto;
padding-top: 70px;
}
</style>
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.