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

Unselect in Single SelectionMode

1 Answer 36 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 13 Oct 2015, 09:04 PM
Using the windows ListBox, ctrl+click unselects items when SelectionMode=Single. Using the RadListBox, ctrl+click doesn't do anything when SelectionMode=Single. Is this functionality intentionally different for RadListBox? Is there a way to enable the ability to unselect items in a RadListBox when SelectionMode=Single (other than handling the mouse up event and manually unselecting the item)?

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 14 Oct 2015, 03:13 PM
Hello Robert,

With the current implementation of RadListBox the desired by you functionality is not supported out of the box.

However, as you have already found you could easily achieve it using the MouseUp event of RadListBoxItem - attached you could find a sample project that demonstrates how to achieve it.

However, you could also log this as feature request in our Feedback Portal. We will review the item and will consider it for implementation.

Hope this helps.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ListBox
Asked by
Robert
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or