Thanks, Dimitar! that explanation helps! One final challenge that i am facing. In our application, we are binding the data to a local array as you see in the example i provided. I can not figure out how to update the grid’s data without doing a call like this, “(“#gridId”).jqxGrid({source:updatedArray})”. That call refreshes everything. I tried just changing that line to (“#gridId”).jqxGrid(‘updatebounddata’) and it did not update. I’m thinking i need to do something with the “adapter” variable that i have but can not figure it out.
any help would be appreciated.