Hi everyone,
I bind with signalr clients' pqgrid. When a client changed any data own grid, all clients notify and refresh theirs grid with refreshDataAndView.
And pqgrid use on some columns pqSelect that condition is range when filtering.
My problem is when refreshDataAndView triggered, pqgrid's filter is corrupted. Because any custom filter on grid is reloaded.
I do not want the filters to corrupt and want to change only data on view.
Is there a way to ensure that the filters do not get corrupted when the grid is refreshed?
Thanks in advance