Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147947 | Sep 28,2019 04:36 PM UTC | Sep 30,2019 10:12 AM UTC | Blazor | 1 |
![]() |
Tags: ListBox |
<EjsListBox Value=@Value DataSource="@Data" TValue="string[]" CssClass="e-custom">
<ListBoxSelectionSettings ShowCheckbox="true"></ListBoxSelectionSettings>
</EjsListBox>
<style>
.e-listbox-wrapper .e-list-parent {
display: flex;
flex-wrap: wrap;
}
@@media (min-width: 320px) and (max-width:480px) {
.e-custom .e-list-item {
width: 100%;
}
}
@@media (min-width: 480px) and (max-width:780px) {
.e-custom .e-list-item {
width: 50%;
}
}
@@media (min-width: 780px) and (max-width:1920px) {
.e-custom .e-list-item {
width: 25%;
}
}
</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.