TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
siva rami reddy paluri
NA
62
1.5k
bootstrap multiselect dropdown with checboxes
Jan 11 2018 10:14 AM
Hi
how to dynamically changed the dropdown content in change event (
Bootstrap multiselect dropdown with check box).
my problem is content is changed properly , but some times check boxes are not coming.
if i reload the page the problems is solved,but i dont want relaod the page
<div class="form-group" id="DeviceIDRow">
@Html.LabelFor(model => model.DeviceID, htmlAttributes: new { @class = "control-label col-md-7" })
<div class="col-md-5" id="DeviceMultiple" hidden="hidden">
@Html.DropDownList("DeviceID", null, new { @class = "multiselect form-control" , multiple = "multiple" })
@Html.ValidationMessageFor(model => model.DeviceID, "", new {@class = "text-danger"})
</div>
<div class="col-md-5" id="DeviceSole" hidden="hidden">
@Html.DropDownList("DeviceID", null, "Please Select", new { @class = "form-control" })
@Html.ValidationMessageFor(model => model.DeviceID, "", new { @class = "text-danger" })
</div>
</div>
Reply
Answers (
2
)
Close print preview popup or prevent to open jquery
subtraction using jquery