Author Topic: How to avoid pqSelect reload when pqGrid is refreshed with refreshDataAndView  (Read 1989 times)

Kayser

  • Newbie
  • *
  • Posts: 7
    • View Profile
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
« Last Edit: December 27, 2017, 01:28:58 pm by Kayser »