"Syncfusion.Blazor.DropDowns" Version="19.4.0.48"
-
<SfDropDownList TItem="string" TValue="BusStopDirection" DataSource="@_directions"
@bind-Value="@gridContextItem.Direction" AllowFiltering="true" >
</SfDropDownList>
privateIEnumerable _directions =Enum.GetNames(typeof(BusStopDirection));
The result was found in HttpContext:
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.d__474.MoveNext()
The value itself is selected and bound.