Change Grid request method to POST instead of GET?

Is there a way to change the grid AJAX request to POST instead of GET?

You can include ext/dhtmlxgrid_post.js and use

    grid.post(url, post_payload)

Thanks will give it a try.