Edit: based on the advice in another post I made, I have removed “setTimeout(updateTable,5000);” from my function updateTable and placed setInterval(updateTable, 5000);
inside a $("#grid").on("bindingcomplete", function (event) {
area, however I see seeing the issue with my checkboxes disappearing.