Marc will need to comment if he sees any issue with CascadeDropdowns and SPDIsplyaRelatedInfo working off the same fields... I thinking that's valid and probably supported, but not sure.
One think I do notice from your markup is that you have extra commas on your input param objects. The last option to be defined should NOT have a comma at the end... IE specifically does not like that and usually throws exceptions.
So from the code above, remove the comma from:
/Paul.
One think I do notice from your markup is that you have extra commas on your input param objects. The last option to be defined should NOT have a comma at the end... IE specifically does not like that and usually throws exceptions.
So from the code above, remove the comma from:
- childColumn: "Question",
- displayFormat: "list",
- childColumn: "Answer",
-
debug: true,
/Paul.