Okay, I've got a GroupBy gallery and nested child situation. I have checkboxes on the children and a checkbox on the parent to "check all" the child boxes in that selected nested gallery.
I can collect the IDs only if they physically check the child checkboxes. On the OnSelect of the Parent CheckAll I set a variable on and that variable supplies the value to the child checkbox from the checkAll to check the child on or off accordingly. That works fine. But I don't know how to "fire" each child's OnCheck routine based on the Parent's checkAll checkbox. IF setting on all the child checkboxes to true actually fired the Children's OnCheck I'm sure it would work but that is not the case.
So any ideas how to manually fire a checkbox's OnChecked? I'm thinking not but I have to ask... I'm so close.
Thanks in advance.