Hi!
I'm trying to remove the ability to delete a value from a xe:djextListTextBox by clicking the label.
I just want the items to be deleted if the user click on the 'x'
Any ideas?
I can see the a tag generated around the item label and the span class="lotusClose". I just want to have that a tag around the span and not my label text.
<span val="DataProtection" style="" tabindex="0"> <a class="lotusFilter" href="javascript:;" tabindex="-1"> Data Protection
<span class="lotusClose">x</span>
</a>
</span>
Thanks in advance,
Daniel