I have a button that is performing a get to my page and adding a filter to the query string. My code applies that filter to the grid...but the user can remove/edit that fil
In order to avoid reload the page by forcing a redirect, I added the following to the section of my .ejs file:
Source: http://atodorov.org/blog/2013/01/28/remove-query-string-with-javascript-and-html5/