Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have a simple list with three lookup columns in it. One LC has 5 items and displays as simple dropdown and there are no rendering issues (So ignore this column now). The other two columns has more than 20 items and they rendered properly on New and Edit forms but my problem occurs while selecting the dropdowns. Whatever the dropdown i select first, it displays the values for that dropdown but when i select the second dropdown, it displays the second dropdown values but the postion of this dropdown displays on the first dropdown. In case if i refresh the page and i select the second drop down, i see the values and position on second dropdown only but for the first dropdown, i see the first dropdown values and its position on second dropdown. Please help me to fix thisenter image description here

share|improve this question
What method did you use for creating these Lookup Fields? if code please share as to help with the understanding/replication of your issue – user13186 Jan 9 at 0:55
I did not have any code for the lookup-columns. I created the lookup-columns as site columns and then added to the list. Please look at the image to get the clear picture. – Surendra Chatakondu Jan 9 at 12:20

1 Answer

up vote 0 down vote accepted

I have changed these drop downs to simple drop downs using Jquery since i did not find any other way to solve this issue. I followed the following post to convert to simple drop down.

http://stackoverflow.com/questions/11416099/sharepoint-drop-down-list-doesnt-display-properly-for-more-than-20-items-with-i

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.