rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

Can't get returned data in responseHandler method #414

Open mvcmaker opened 5 years ago

mvcmaker commented 5 years ago

[EDITION] In Chrome this works fine, it fails in Firefox, so this is a bug, can the creators solve it? Hi, I'm trying to get the response data returned from the backend as json, using the responseHandler method as follows:

responseHandler: function(res) {
_bootgridResponse = res;
}

But this method is never exectud, how can I catch the returned response to process it?