I have telerik RadGridView with columns "status", "Name" and a RadButton with name "Update", when the grid is loaded the rows will have different status like "pending" "unread" and "cleared". When user selects a row with status pending and clicks on button "update" the status will change from pending to cleared. The issue is when we set a filter on status column with "pending" only rows with pending status are shown, here when user selects a row and click on update the status changes to "cleared", as the filter is already set, the row with the cleared status also shown. As we update the row it is not removed from the grid.