Planned
Last Updated: 26 Oct 2022 14:48 by ADMIN
Scheduled for R3 2022 SP1
Peter
Created on: 04 Aug 2022 11:18
Category: MultiSelect
Type: Bug Report
2
RadMultiSelect - Invisible Clear button

RadMultiselect control has ClearButton property which should enable displaying the button for clearing all the selected options...

However, eventhough I have this property turned on I don't see any button for clearing the values...  I can only go to the "expected" position for the button and then my mouse cursor is changed and after clicking all the values are cleared as expected... 

1 comment
ADMIN
Doncho
Posted on: 04 Aug 2022 11:50

As a temporary workaround, you can add the following CSS on the page so the clear button is displayed when hovering over the MultiSelect

<style>
    .k-i-x::before {
        content: "\e11b";
    }
</style>

 

Kind regards,
Doncho
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.