Hello,
When using the RadCheckedDropDownList control with the ShowCheckAllItems mode enabled, setting the Filter property correctly displays the items according to the filter. However, when pressing 'Check all', the CheckedItems collection still contains all items, not just the ones currently visible based on the active filter.
How can I use these two features together correctly?
Thank you.