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.
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
});