This is a migrated thread and some comments may be shown as answers.

Possible to hide the deleteTag? (X)

1 Answer 93 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Bjoern
Top achievements
Rank 1
Iron
Bjoern asked on 12 Apr 2021, 09:55 AM

I can't find an options to hide the deleteTag. I want the user to select/deselect items by clicking on the items in the multiselect dropdown, and not by clicking the deleteTag on each tag.

I can change the popup-message when the mouse is hovering the 'X', but I can't find an option to remove the 'X'

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 15 Apr 2021, 08:02 AM

Hello, Bjoern,

You can hide the X icon in the tag using CSS like below:

  <style>
    .k-i-close {    
      display:none;
    }
  </style>

Let me know if you have any further questions.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
MultiSelect
Asked by
Bjoern
Top achievements
Rank 1
Iron
Answers by
Martin
Telerik team
Share this question
or