Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: Cannot Get Cascading Drop-Downs to Filter

$
0
0
Based on twhat you've described, I think the call should look like this:
$(document).ready(function() {
  $().SPServices.SPCascadeDropdowns({
        relationshipList: "Countries",
        relationshipListParentColumn: "Continent",
        relationshipListChildColumn: "Title",
        parentColumn: "Continent",
        childColumn: "Country"
  });
});
If your Countries list has only two columns, then the column which holds the Country values is the Title column. The function requires the InternalName for the columns in the relationshipList.

Let me know if this works. We'll get it running...

M.

Viewing all articles
Browse latest Browse all 6517

Trending Articles