I have a multi-select widget showing check-boxes, on a page, controlling a grid filter. The requirement is to allow multiple selections before the filter is applied. I've done this by applying the filter on the close event, and setting autoclose to false.
This works, but I would like to display all the selected items, but not any to be deleted, except by opening the control up, and unchecking the boxes.
How can I show multiple tags, but remove the delete icon from them? I've tried a tag template, but the icon still shows.
Thanks