How can I register for multiselect "item selected" and "control collapse" events (when the multiselect closes) and post back the selected items in my mvc3 controller so that I can update my grid results (based on the multiselect as a filter)?
Any jquery/ajax examples would be appreciated. Thanks!
Everything you need is on this demo page 🙂 You just need to modify the code to add $.post
http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/#callbacks