Click here to Skip to main content
15,879,326 members
Articles / Productivity Apps and Services / Sharepoint / SharePoint 2013
Tip/Trick

Two Level Cascading Drop Down in SharePoint 2013 using SPServices

Rate me:
Please Sign up or sign in to vote.
4.74/5 (9 votes)
13 Apr 2014CPOL1 min read 197.6K   65   10   28
How to use cascading dropdown look up in Sharepoint 2013 using SPServices

Introduction

Today, I am going to explain about how to use cascading dropdown look up in Sharepoint 2013 using SPServices. I will start off with an example.

Cascading Dropdown Example

One dropdown content display depend on its parent one, that is called cascading dropdown. For example, consider the above application form, here the Country displays depend on the selected Region.

Now we are going to implement this into SharePoint 2013 from scratch.

Video tutorial:

Step 1

In this step, we are going to create 3 custom lists.

List 1

The first list contains only the countries (which contains only one column), so I am giving name of this list as Country. The final figure of that list looks like below:

Image 1

List 2

The second list's name States which contains two columns:

  • Column 1: states
  • Column 2: look up of country list

The final figure of that list looks like below:

Image 2

List 3

This list contains 3 columns:

  • Column 1: Anything you want, in my case, I am using default one Title
  • Column 2: It's a look up column choosing from country's Title column
  • Column 3: It's also a look up column choosing from states' Title column
Image 3

Step 3

Now open this site in SharePoint designer and open seattle.master page in advanced mode (click advanced mode from home ribbon).

Image 4

Step 4

Add the jquery and spservices library on seattle.master page (please follow the diagram):

Image 5

Step 5

Add the spservices script into new form and edit form of test list:

Image 6

Then save it... and open in your browser. You can get the cascading dropdown....

This figure will explain more than I can...

Image 7

That's it. It's done...

Finally the cascading works fine.

Image 8

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Salzer Technologies
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionAll Items to be Shown Pin
Member 969874722-Jun-17 3:26
Member 969874722-Jun-17 3:26 
Hi
is it possible to enter one entry "All" in Country list to see all the cities?

Best Regards
QuestionCascading Dropdowns with 2 list Pin
Member 122068227-Sep-16 5:54
Member 122068227-Sep-16 5:54 
Question5000 list limit Pin
Member 1263535214-Jul-16 5:00
Member 1263535214-Jul-16 5:00 
PraiseDocument Library metadata Pin
Palant643-Feb-16 0:48
Palant643-Feb-16 0:48 
Questionfilter for n-n relation and internal/offline sites? Pin
LongTTH30-Jun-15 7:27
LongTTH30-Jun-15 7:27 
AnswerRe: filter for n-n relation and internal/offline sites? Pin
Member 1395928523-Aug-18 5:16
Member 1395928523-Aug-18 5:16 
GeneralRe: filter for n-n relation and internal/offline sites? Pin
LongTTH2-Oct-18 0:09
LongTTH2-Oct-18 0:09 
QuestionCascading dropdown in 2013 foundation? - Child column with multiple selections. Pin
Member 1178869823-Jun-15 23:31
Member 1178869823-Jun-15 23:31 
QuestionTwo level Cascading Dropdown Pin
Member 116590362-May-15 3:51
Member 116590362-May-15 3:51 
GeneralMy vote of 1 Pin
Syed Mujtaba Hassan18-Dec-14 20:12
Syed Mujtaba Hassan18-Dec-14 20:12 
QuestionCascading dropdown using only 2 list Pin
Member 1102454820-Aug-14 2:48
Member 1102454820-Aug-14 2:48 
QuestionCascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Zhang Yajiao26-Jun-14 17:06
Zhang Yajiao26-Jun-14 17:06 
AnswerRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Vinoth Kumar26-Jun-14 19:26
professionalVinoth Kumar26-Jun-14 19:26 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Zhang Yajiao26-Jun-14 19:32
Zhang Yajiao26-Jun-14 19:32 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Vinoth Kumar26-Jun-14 19:49
professionalVinoth Kumar26-Jun-14 19:49 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Zhang Yajiao26-Jun-14 20:27
Zhang Yajiao26-Jun-14 20:27 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Vinoth Kumar26-Jun-14 20:56
professionalVinoth Kumar26-Jun-14 20:56 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Zhang Yajiao26-Jun-14 21:53
Zhang Yajiao26-Jun-14 21:53 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Vinoth Kumar26-Jun-14 22:28
professionalVinoth Kumar26-Jun-14 22:28 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Zhang Yajiao29-Jun-14 22:32
Zhang Yajiao29-Jun-14 22:32 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Vinoth Kumar30-Jun-14 1:05
professionalVinoth Kumar30-Jun-14 1:05 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Zhang Yajiao30-Jun-14 21:32
Zhang Yajiao30-Jun-14 21:32 
GeneralRe: CascadeDropdowns not work with parentCoulmn that has more than 20 options Pin
Vinoth Kumar1-Jul-14 3:43
professionalVinoth Kumar1-Jul-14 3:43 
QuestionHow to make it work on Quick edit mode? Pin
Member 1085074028-May-14 12:17
Member 1085074028-May-14 12:17 
AnswerRe: How to make it work on Quick edit mode? Pin
Vinoth Kumar26-Jun-14 3:19
professionalVinoth Kumar26-Jun-14 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.