Retain DataGrid Filter page reload

Hello,

I'm have a datagrid that has a button that changes the status of the row, once the button is pressed I'd like the datadrid to rerender, but retain the filter. It seems to work with sort, in that the sort order is retain, but the filter is cleared. I tried grid0.Reset(false) but that appears to be overridden by ShouldRender()

Thanks

I am interested in knowing this answer as well.

Seems to work fine on our inline editing demo - updating an item persists the filter.