Hi
I am facing a problem in jqxGrid.
I have two jqxgrids both are editable ,if I change the value of one cell in first Grid, its getting reflected in the other grid and other functionalities are working fine..but the problem I am facing is down below
I filtered the column of second grid and its showing now just a single row lets say with row value “1” in one column. Now in the first grid i change the value of other row row lets say “2”..but its not getting reflected in second grid bcz i filtered the second grid and its showing the other row which is not what I changed in first Grid.
Can any one say me wat can be done for this ..