In computing with graphical user interfaces, a drop-down list is a user interface control GUI element ("widget" or "control"), similar to a list box, which allows the user to choose one value from a list.
0
votes
1answer
98 views
dropdownlist quicklinks menu in masterpage
I would like to create a dropdownlist for quicklink navigation in a master page. The quicklink menu will have direct links to a bunch of subsites. This will need to be accessible from all subsites.
I ...
0
votes
0answers
91 views
How to add data in DropDownlist dynamically in InfoPath?
I have 1 form, in which there is 1 Dropdown list that contains List of Months From January to December of current year 2013.
Now if I select any particular Month then, all the Dates(Only for Sundays) ...
0
votes
0answers
60 views
Some infopath fields are populating drop down list options in while editing in sharepoint library datasheet view while others aren't
I have several drop down lists in a pretty simple Infopath form that I'd like to be able to edit in the datasheet view of their library on Sharepoint. After I publish the template form to the library, ...
0
votes
1answer
71 views
How to add empty alternative to dropDownList
I am populating a dropdownlist using the following code:
SPList categories = SPContext.Current.Web.Lists["Categories"];
dropdownlist.DataSource = categories.Items;
...
0
votes
1answer
145 views
InfoPath Forms Services - ComboBox Type-Ahead Not Working
We have a simple list with a Lookup to another list on a single-line-of-text field.
I customise the form with InfoPath and change the drop-down-list to Combo Box. I set the List ID as the Value and ...
0
votes
0answers
121 views
Sharepoint hover dropdown menu on mobile
I have a hovering dropdown menu in Sharepoint 2010 that works fine with a mouse, but what i'am also trying to achieve is getting the menu to not reload the page on a mobile device (since the user has ...
0
votes
0answers
167 views
Sharepoint 2007 Dataview Dropdown and how to filter as user is typing
All,
I have a Dataview webpart in Sharepoint 2007. It is a list of companies in alphabetical order. I have changed the default view to a Drop down list. All good. Works great. When you click on the ...
0
votes
1answer
177 views
Select Box from External Data Column Not Working
I have a control that refrences an EDC (added to the list as a lookup) that I have added to an application page via the following markup:
<SharePoint:FormField runat="server"
id="Industry"
...
0
votes
1answer
640 views
Top Navigation Bar Drop down not working
OK so I have about 6 links on the top navigtion bar for my SharePoint site and there are subsites under each. Basically the structure is like this:
Top Link 1
- Sub Link 1
- Sub Sub Link 1
...
0
votes
0answers
286 views
Set Default for Drop-Down is not allowed
I have a drop-down on a form that is bound to a queryField of a web service based secondary data connection. The intent is to have the choices in the drop-down static and manually set using the ...
0
votes
1answer
718 views
Default value for drop down field on custom list form
I have created a drop down column on custom list's form. According to the requirement first value of this field should be "Select" and this is not a mandatory field. When user creates a new item, he ...
0
votes
0answers
87 views
Populate Drop-Down Box with data from an ECT Column
I want to be able to create a drop-down list web part that takes its data from a specific column in an External Content Type.
If you need further clarification, please let me know.
0
votes
0answers
60 views
MOSS 2007 Sort a dropdown content column globally
I have a content type which requires all documents to be categorized by a dropdown box. Is there a way to sort the options that are displayed?
0
votes
1answer
480 views
Update sharepoint list from infopath drop down list box
I am new to sharepoint and this may be a simple issue but I cannot seem to find the results I am looking for by searching. It may be because I am not sure exactly what to search for.
What I want to ...
0
votes
1answer
151 views
Multiple identical values in dropdown list control
I am making a page which has a web part view and dropdown and search filters.
I have added datasource controls, parameters and connected these to the relevant drop down. added appenddata bound
...
0
votes
1answer
853 views
Filtering an SPDataSource with a dropdown - selected item is lost through postback?
I'm trying to filter the contents of a dropdown based on the selection in another dropdown, using this MSDN blog post and forum post.
The filtered dropdown appears with the correct data the first ...