When I’m trying to modify grid data by getting data using ‘getrows’ method of jqxGrid, and modifying that data,
Grid is successfully modified, but when i do the same when a column is sorted nothing happens.
I have created an example,
Symbol (column 1) and it’s Char Code (column 2) is displayed for each row, and when ‘next characters’ button is clicked. Each char code is updated along with their symbol (getting symbol from char code using cellsrenderer).
When unsorted everything works fine but when column(s) are sorted, i’m unable to modify row.
please check:
https://jsfiddle.net/L5jrwfs3/1/
Screenshots:


