Blazor Razden Multiple Select DropDown

Hi,

We are using the Blazor Dropdown with Multiple select values.
For the select All Check box Can I show a label "Select All".

Thank you very much for your Support.
Fatima

Hi Fatima,

This is not supported. We can add "Select All" tooltip to that CheckBox - will this work for you?

Yes that will be awesome.
Thanks you so much.

Fatima

Hi Vladimir,

I was able to show "Select All" by adding css

Thanks,
Fatima

In case anyone else needs it.
.ui-multiselect-header:after {
content: "Select All";
}

Thanks,
Fatima

1 Like