1. Whether dropdownlist is used inside grid.
2. Any custom css used or override any css.
3. If possible share the issue replicating sample or replicate the reported issue in the attached sample.
Above details would help us to analyze the issue further and provide you a better solution at the earliest.
<div class="row">
<div class="col-lg-12">
<SfDropDownList ID="mydropdown" TValue="string" TItem="Countries" Placeholder="e.g. Australia" DataSource="@Country">
<DropDownListFieldSettings Text="Name" Value="Code"></DropDownListFieldSettings>
</SfDropDownList>
</div>
</div>
|
Screenshot:
Regards,
Jeyanth.