« Last post by emilianomoro on March 29, 2023, 06:49:18 pm »
We are using PQGrid under Angular. Whenever the grid uses loadState method the editable cells with datatype: "string" no longer can be editable. LoadState works fine and updates the grid with filters, page and orders.
« Last post by paramvir on March 29, 2023, 03:43:24 pm »
It doesn't seem feasible the DOM way because header filter menu is not attached to grid DOM.
Please try the documented beforeFilter and filter events. Also beforeFilter event doesn't fire when grid.refreshDataAndView() is called so that can help you differentiate between user initiated filtering and otherwise.