I set select all upon loading, then utilize search it still keeps all values selected. I need to have all values selected upon load.
$("#Selecteddrp_vw_Product_From_ListID").multiselect('selectAll', true);
$("Selecteddrp_vw_Product_From_ListID").multiselect('updateButtonText');
Is there anyway to unselect all options upon filtering?
I set select all upon loading, then utilize search it still keeps all values selected. I need to have all values selected upon load. $("#Selecteddrp_vw_Product_From_ListID").multiselect('selectAll', true); $("Selecteddrp_vw_Product_From_ListID").multiselect('updateButtonText');
Is there anyway to unselect all options upon filtering?