Questions tagged [dropdown]

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.

A drop-down list (abbreviated drop-down; also known as a drop-down menu, drop menu, pull-down list, picklist) is a graphical control element, similar to a list box, that allows the user to choose one value from a list. When a drop-down list is inactive, it displays a single value. When activated, it displays (drops down) a list of values, from which the user may select one. When the user selects a new value, the control reverts to its inactive state, displaying the selected value. It is often used in the design of graphical user interfaces, including web design.

267 questions
3
votes
3 answers

Is there anything i can do about this dropdown being cutoff in IE9?

I'm not incredibly experienced with sharepoint 2010 but I've never had a visual issue this drastic so far. My dropdown list is getting cut off. Did I do something wrong or is this a known issue? The other thing I'm thinking is it's a case of…
3
votes
2 answers

how to do drop down menu in sharepoint 2013?

I wanted do drop down global navigation menu in two and three column. How I will achieve this using SharePoint 2013? Kindly help me. Snapshot is attached with this what I actually want. In advance Thank you.
Sachin
  • 129
  • 1
  • 6
1
vote
2 answers

cascading dropdown - working but

I implemented cascading dropdown for City, State and Zip for a site collection. We are housing over 60 site collections and most of the now going through business process development. There is a huge demand for infopath forms with cascade drop…
Maria Burton
  • 1,242
  • 5
  • 26
  • 40
1
vote
1 answer

How to Highlight a Row on Active Status

I have a column which should define in list if the issue is in status: -Not Started, Active, Completed. I would like to ideally add some colour to this by the row for example if completed it is green or active it is red. Then it highlights the…
fazsnatch
  • 15
  • 1
  • 4
1
vote
1 answer

Unmodified ASP Dropdown get error Invalid postback or callback argument

var places = new PlaceRepository().Read().ToList(); ddlPlace.DataTextField = "Title"; …
Fouad
  • 35
  • 1
  • 7
1
vote
0 answers

Cascade dropdown list in Quick Edit mode?

Is it possible to make cascade dropdown list in Quick Edit mode? It works with SPServices on create item,change item.But I interested in quick edit mode.
1
vote
2 answers

SharePoint 2013 dropdown menu for language

How can I make dropdown menu for site language selection in SharePoint 2013 so that users can choose what language they prefer?
icedkacang
  • 11
  • 1
1
vote
0 answers

Dropdownlist bind to list column

I created a form for a new item in a list and I use asp:dropdownlist: choice 1 choice 2 I need to save one of the…
Ludvik Ctrnacty
  • 191
  • 2
  • 9
0
votes
0 answers

Add drop down menu to top nav link bar sharepoint foundation 2013

I'm using sharepoint foundation 2013, and i want to add an simple dropdown menu to the top link bar. I've done lots of research online but no chance to find the solution that work. Is there someone who knows how to do it? Any suggestions or help is…
netdesignr
  • 29
  • 1
  • 7
0
votes
1 answer

javascript created choice field values wont save

Im using jquery and getJSON to populate a drop down list based on user input in a custom modified NewForm.aspx. The dropdown populates just fine but when the form is saved the selected choice value is not saved. Ideas? Thanks
Angst
  • 1
0
votes
1 answer

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; dropdownlist.DataValueField = "ID"; …
SPBeginer
  • 2,547
  • 14
  • 52
  • 88
0
votes
1 answer

drop down choice column in new and edit forms require two click in ie

For a SharePoint 2007 site using internet Explorer (version 8 on a Windows XP system), drop-down choice columns require first clicking on a selection and then either clicking outside the drop down or pressing Enter to make a selection. Using…
Mark
  • 129
  • 1
  • 11
0
votes
0 answers

Dropdown default value Powerapps

need to set dropdown down default value to a sharepoint list item that is not top of the list. Using formula: LookUp(Choices(DIS_Projects_Master_Data.Project), Value= "Please select") this is giving me an error. could anyone help. Thanks
Jose1978
  • 103
  • 2
  • 13
0
votes
4 answers

Dropdown arrow on navbar not showing

Background: One of my duties is being the SCA for a sitecollection; so, permissions are not an issue. I am still new to SP and being an SCA. I just had SP Designer 2013 installed, and I am new to that as well. I am very much a novice with html,…
EricS
  • 5
  • 1
  • 6
0
votes
1 answer

Limit the number of selected item in dropdown list

I have created a list for the scheduling. Users will register but each schedule is limited to only 3 teams. The schedule is a dropdown column. I need to limit each schedule to only 3 teams and when reached, it will have a text beside it that it is…
Sevpoint
  • 113
  • 1
  • 6
1
2