When we click on the cross button present at the side of query builder to remove (delete) the condition, I wan to refresh the grid so that the previous result(data before applying the condition in query builder) can be shown.
1.this shows data before any query
2.this shows result from the query
3. but even after removing the condition , it still shows the previous data. I want to refresh the grid , once the condition is removed.
I want to refresh the grid whenever the remove condition button is clicked