Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CS/ComboboxExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DevExpress.Blazor" Version="24.2.1-alpha-24207" />
<PackageReference Include="DevExpress.Blazor" Version="25.1.*-*" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\images\" />
</ItemGroup>
</Project>
</Project>
9 changes: 6 additions & 3 deletions CS/Pages/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@using Microsoft.AspNetCore.Components.Web
@namespace ComboboxExample.Pages
@using DevExpress.Blazor
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

<!DOCTYPE html>
Expand All @@ -8,8 +9,10 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="~/" />
<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.css" rel="stylesheet" asp-append-version="true" />

@foreach (var file in Themes.Fluent.GetFilePaths()) {
<link href="@file" rel="stylesheet" />
}
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
<link href="~/css/site.css" rel="stylesheet" />
<link href="ComboboxExample.styles.css" rel="stylesheet" />
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
Expand Down Expand Up @@ -41,4 +44,4 @@
<script src="_framework/blazor.server.js"></script>
}
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Follow the steps below to bind the ComboBox component to an enumeration:

## Documentation

- [DxComboBox - Bind to an Enumeration](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxComboBox-2.Data#bind-to-an-enumeration)
- [DxComboBox - Bind to an Enumeration](https://docs.devexpress.com/Blazor/405361/components/data-editors/combobox/data-binding#strongly-typed-collection)
<!-- feedback -->
## Does this example address your development requirements/objectives?

Expand Down
Binary file modified images/BindComboboxToEnum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading