May I know is it possible to not refresh the filter results after updated a column value?
For example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/everpresentrowedit.htm
Steps:
1. Apply filter to Product column, filter by ‘Caramel Latte’.
2. Click ‘Filter’.
3. Select the first row of the results and update the Product to other values.
4. The row that was updated has disappeared from the list. (How can we avoid this?)
This is expected behavior.
If we follow this scenario from filtering with some value (“Caramel Latte”) and when change the value of the same item in this datafield.
Then immediately will disappear this item because we are in filtering state and it is filtered by this datafield.