I work on blazor server app . i need any control select2 or another allow to me to make multi selection as example
suppose i have server drop down and this server can have multi database so
server 1 will have multi selection on database list as Database1,Database2
so Please How to make that
I don't need to use
select multiple true
input multiple true
because it is difficult for user to click shift or ctrl for more items selection
so Please How to make that please
can you show me sample for that please and what is best choice control for that ?
You can try with RadzenDropDown or RadzenListBox. Both support multiple selection.
thanks for reply
I used it but i have more thing not working good
as
<div class="rz-p-sm-12 rz-text-align-center">
<RadzenDropDown @bind-Value=@appsdata.DatabaseList Data=@databasenames TextProperty="databaseName" ValueProperty="databaseName"
Multiple=true AllowClear=true Placeholder="Select Database" Chips=true Style="width: 100%; max-width: 400px;" />
</div>
not change when item changes it must click to ridzen drop down to display items selected separated comma
so I need when change to change automatically without wait to click drop down to get selected items
also can i hide select all because if i have 1000 item then make select not practical to see all selected
so i need to disable or hide select all items
are you have any solution for that
I am afraid I couldn't understand what the problem is.
can you help me how to make drop down menu multi select
i take sample from ridzen site but not working
issue on change not affect on collected items until you click to drop down menu
so this behavior not applicable
so can you help me please
As I said I don't understand what the problem is. You can check the online demos - all of them are working as expected and compare the code with yours. In case you need dedicated support you can check here.