This question is locked. New answers and comments are not allowed.
Hi friends, I'm facing problem in grid.updateRow(row) function. When i try to update row in grid an error occurred.
grid.updateRow is not a function
. Code is given following.var grid = $("#Feedback").data("tGrid");
var row = $(SMSID = 26902, Body = "abc def", Date="14/6/2008"); //get the current row which is in edit mode
grid.updateRow(row);
Thanks in advance