This question is locked. New answers and comments are not allowed.
I have an editable grid and I want to update one of the cells using Jquery as in the following example:
What else do I need to do besides this? This does not trigger the hasChanges property of the grid and does not pass the object model as being updated back to my controller. When viewing the grid on the screen, it gets updated fine. It just seems like there is something else back end that I need to update also.
Please help.
Thanks
$('#TBI tr.t-state-selected')[0].cells[1].innerHTML = $("#LookupName").html();What else do I need to do besides this? This does not trigger the hasChanges property of the grid and does not pass the object model as being updated back to my controller. When viewing the grid on the screen, it gets updated fine. It just seems like there is something else back end that I need to update also.
Please help.
Thanks