Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to update Partial ng-grid with modal
Sagar Bandkar
8y
224
1
Reply
i am using this javascript for update partial page when i close modal over grid
$(document).on('hide.bs.modal', '#myModal', function (data) {
$("#partialLoad").html(data)
//$.get('ViewContry', function (data) {
// $('#mydiv').html(data);
//});
});
but it's not working when i click close modal close but Grid get clear
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
What is the best mvc project flow to createBig application?
how to upload file in google drive c sharp