Thank you for answer. With this approach jqxgrid become a really powerful thing.
Final code looks like:
var rows = $("#jqxGrid").jqxGrid("getrows");
jsongrid=rows;
calculatejson(jsongrid);
source.localdata = jsongrid;
$('#jqxGrid').jqxGrid('updatebounddata','cells');
Tryed $('#jqxGrid').jqxGrid('updatebounddata','data');
– it works twice longer.
But passing $('#jqxGrid').jqxGrid('updatebounddata')
– make bad result. All grid colors and editables disappeared.
Can you please tell what does it mean “update only data without columns” ? No columns params, colors updated?