I want to set tabindex on this:
@Html.EJ().DropDownList("FunctionCodes").Datasource(Model.Functions).DropDownListFields(Function(F)
Return F.Value("Code").Text("Description")
End Function).Value(Model.EmployeeDefaultFunctionCode).EnableFilterSearch(True).FilterType(SearchFilterType.Contains).Width("100%")
Thank you!