Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
655
Get the query string the grid uses when updating?
posted

We are using mvc .net as much as possible, and datasourceurl and updateurl with remote features. We are attempting to do an export that talks to the server then export a file. Is there a way that we can get the same query string passed into the controller when the updateURL callback is called? We are making the initial call in javascript, so we have access to the grid.

I can get the current filter expressions like this:

var gridFilteringExpressions = grid.data("igGrid").dataSource.settings.filtering.expressions;

And I can create my own custom queryString. I want the actual string that infragistics passes when updateURL is called, as its already formatted and contains other things like sorting.

Please advise if there is a way to do this. 

Thanks

Parents Reply Children
No Data