If I use the method: "GET"
I get an HTTP 405 METHOD NOT ALLOWED
because the current=1&rowCount=20 is attempted to be sent in the data instead of on the queryString, which as far as I understand is not allowed for GET.
What can be done?
This question of course is about JQuery.BootGrid