I'm using the Footer of the RadComboBox to load a control so I can add new items to the database for the RCB.
Having my user control wrapped in a DIV, I start it with display:none and use a link and jQuery to show/hide this control.
What I would like to do is to collapse the item list when I show my usercontrol.
Looking at the source, the div containing the UL does not have an ID. (Which, if I can do suggest through here, maybe give it an id?)
I'm still pretty new with jQuery (love it, but not good yet) so I don't know how to pull it with that. I would like a cleaner way, since I think jquery may do it to all item sections in all RCB's on the page.
Any tips be much appreciated