Hello,
I would like to implement a custom behavior for the RadCheckedDropDownList control, where the checked items are always displayed sorted to the top of the list. Due to the large number of items, we want to make the control more transparent and manageable this way. However, no matter how I try, it seems that the EditableAreaElement and the ListElement are not staying in sync. Phantom (not typed) items constantly appear in the EditableAreaElement, or items I entered as text and are visible as tokens are missing from the CheckedItems. I’m attaching a sample code showing how I’ve tried to approach this. I would appreciate any help or suggestions on what alternative direction I should take to solve this.
Gif: While the popup is open, I start typing 'igator' (with 'Alligator' being matched in Contains SuggestMode), and it auto-completes to 'Alligatorg'. Pressed, but missing "i", and invalid token...
Thank you for your help.