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

Need to select multiple Listbox items

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rachel
Top achievements
Rank 1
Rachel asked on 28 Jan 2012, 01:08 AM
I am trying to test my Silverlight app and I need to select multiple items by both ctl + and shift + . I need to do this programmatically and I can't figure out how to do this. I tried with the recorder to see how it might be done and I see that when I record multiple selections, they play back as single selections. This is a major blocker for my company to accept Telerik testing, so I am trying to figure out what to do about this. I saw a post of bug fixes from some recent drop and I noticed that modifier keys were no longer being recorded. Why would this be removed if it is necessary for basic functionality? Is there another way to accomplish this programmatically? I tried to access the SelectedItems property but it comes back as the datatype (as in the .ToString()) of the backing collection, not as the actual value itself, so I can't set this to get around the single user click.

UPDATE!!!
My mistake. Temporarily forgot the overloads to click that allow for modifier keys. Keys.Control seems to work just fine. No need to responsd with same info.

1 Answer, 1 is accepted

Sort by
0
Stoich
Telerik team
answered on 30 Jan 2012, 02:05 PM
Hello Rachel,
let me know if you still require additional assistance with this.

Greetings,
Stoich
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Rachel
Top achievements
Rank 1
Answers by
Stoich
Telerik team
Share this question
or