Hello DavidSimmons,
Here is an excerpt from the jqxGrid API Documentation on the updatebounddata method:
Updates the bound data and refreshes the grid. You can pass ‘filter’ or ‘sort’ as parameter, if the update reason is change in ‘filtering’ or ‘sorting’. To update only the data without the columns, use the ‘data’ parameter. To make a quick update of the cells, pass “cells” as parameter. Passing “cells” will refresh only the cells values when the new rows count is equal to the previous rows count. To make a full update, do not pass any parameter.
Here is how to pass one of these parameters:
$('#jqxGrid').jqxGrid('updatebounddata', 'cells');
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/