I have been combing through jquery.yiigridview.js and it doesn’t seem like the JS exposes a method for determining the URL that generates the current gridview content with all sorting and filters applied.
I see that you can extract the generic base URL using $.fn.yiiGridView.getUrl(“gridId”), but this doesn’t include sort/filters.
What gives? I see how filters could be extracted (by serializing the data in the filter inputs) but not how to extract sorting or pagination. This seems like a pretty big omission for the javascript API - I would be happy to be shown the right/simple way here.