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
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Nov 5, 2016, 10:45 AM