bootstrap-multiselect
bootstrap-multiselect copied to clipboard
Multiselect Drop Down is not working/responding after Ajax Post
Multiselect not responding after Ajax Post
$.ajax({ async: true, type: "POST", url: 'CandidateList', data: { __RequestVerificationToken: $("input[name=__RequestVerificationToken]").val(), candidateNames: test }, success: function (result) {
$("body").html(result);
$("#Progress").multiselect({ includeSelectAllOption: true, buttonWidth: '200px' }); //Not Working
$('#Progress').multiselect('rebuild');//Not Working
$('#Progress').multiselect('refresh');//Not Working
Does somebody can solve this problem? I had the same problem
am also having the same problem, can anyone fix this issue
same here
step 1: Load the element first with options through jquery or any other source. step 2: Apply .multiselect({ includeSelectAllOption: true}) this option true for it.
Note: if You apply includeSelectAllOption: true first then it will dropdown or listbox will not work