Hi Mofsoft,
CascadingDropDown has provided a method to get what you what. Here is the sample.
<script type="text/javascript" language="javascript"> var flag = true; function pageLoad(sender, args){ $find("CascadingDropDown's BehaviorID").add_populated(onStatePopulated); } function onStatePopulated(){ //your code here. } </script>
I hope this help.
Best regards,
Jonathan
Hi Jonathan,
Your answer helped a bunch. I was not aware of the add_populated handler. While it's not a 100% solution for me it put me in the right direction.
Thanks,
mofsoft
No comments:
Post a Comment