DataGrid2 doesnt save last filter values on columns

0
Hello!   I have a datagrid2 with around 15 columns that have filters on them.      When the user writes an input in the filters data grid displays the correct entries.   When clicking on a row, a window opens, and when returning back to the grid the filtering on the columns is gone and the grid displays all the entries like in the first picture.    Is there a known issue with the filtering in DataGrid2? P.S. I also have a  GridconfigurationHelper object that saves the configuration of my grid and I also have the save attribute configuration on the filters that point to the attributes from the grid helper object.     Maybe I am missing something in the configuration. 
asked
1 answers
1

Hi,

In the last picture, filters on change event you have set do nothing , set it to save changes.

It will work.

 

Good luck!

answered