This is a migrated thread and some comments may be shown as answers.

[Solved] grid.updateRow Not working

0 Answers 10 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Zeb
Top achievements
Rank 1
Zeb asked on 29 Sep 2012, 10:01 AM
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
Tags
Grid
Asked by
Zeb
Top achievements
Rank 1
Share this question
or