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

How select options in drop down lists ?

2 Answers 447 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Katya
Top achievements
Rank 1
Katya asked on 26 Aug 2010, 12:38 PM
    
Hello!

I need help in a such problem.

I have drop down list in SharePoint application.
Here it is:

<select name="ctl00$PlaceHolderMain$ctl09$ddlCashier" id="ctl00_PlaceHolderMain_ctl09_ddlCashier">
<option value="none">Make your choise</option>
<option value="07b77ce8-8376-45da-be95-9079e65db9c7">HELLO</option>
 </select>


"07b77ce8-8376-45da-be95-9079e65db9c7" is a guid that is changed every time I open the page.
I need to select HELLO option.

How can I do it?

2 Answers, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 26 Aug 2010, 12:56 PM
Hello Katya,

The easiest solution is to record a drop down list select action and change the recorded step select method. By default we record the selection by value but you can change it to select by index or text. Select the step and look for the SelectDropDownType property as in the attached image.

Best wishes,
Konstantin Petkov
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
0
Helen
Telerik team
answered on 17 Sep 2010, 05:21 AM
Hi Katya,

We just implemented similar functionality in RadComboBox translator. When you record "ComboBox-selecting item with index "X" action, you may change the select criteria further by specifying a different "SelectionType". By default we record the selection by index, but you may change it to select by text or value.
See for reference the attached screenshot.

If you are interested we may send you a custom build. 
Any comments are welcome.

Regards,
Helen
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
Katya
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Helen
Telerik team
Share this question
or