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

New Post: SPServices Cascading drop down IE Issue

$
0
0
Hi Marc,

Just thought I should mention that my issue was related to 20+ items. Just added the following to my code before the cascading columns- like below - and this worked for me :-) May help someone else.
$().SPServices.SPComplexToSimpleDropdown({
    columnName: "Asset",
    completefunc: null,
    debug: true
    });

$().SPServices.SPCascadeDropdowns({
    relationshipList: "Assets",
    relationshipListParentColumn: "Asset",
    relationshipListChildColumn: "Description",
    parentColumn: "Asset",
    childColumn: "Description",
    debug: true
    });

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>