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

Set SelectedItem (Enhancement Request)

2 Answers 58 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Bruce
Top achievements
Rank 1
Bruce asked on 24 May 2017, 02:45 PM

I'm not sure where enhancement requests go so I figure I'll start here:

RadListVIew.SelectedItem is intended to represent the last item added to the SelectedItems collection.  This paradigm makes sense when SelectionMode is set to Multiple.  However, when SelectionMode is set to Single, implementers should be free to ignore the SelectedItems collection altogether set set SelectedItem.  You can easily handle this feature by making the setter of SelectedItem public and in that setter, determining if SelectionMode is Single and then allowing the set to take place.  If it is not set to Single, throw an exception or do something else to let implementers know that this action is disallowed.

2 Answers, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 29 May 2017, 11:48 AM
Hi Bruce,

Forum post or support ticket -- both are appropriate for sending feature/enhancement requests. I have logged yours here so you can track it and vote for it. I have also updated your Telerik points.

Best regards,
Ves
Progress 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
0
Bruce
Top achievements
Rank 1
answered on 09 Aug 2017, 06:36 PM
Nice!  You guys added it!
Tags
ListView
Asked by
Bruce
Top achievements
Rank 1
Answers by
Ves
Telerik team
Bruce
Top achievements
Rank 1
Share this question
or