Set Cell Value.

384 views
Skip to first unread message

Rajesh S

unread,
Oct 18, 2013, 8:11:10 AM10/18/13
to param...@googlegroups.com
Hi All,

Is there is any way to set a value to a particular cell in the grid.

ex: if i want to set cell value in 5th row 7th column, which function or code will set the value.

Thanks.
S.Rajesh

Paramvir Dhindsa

unread,
Oct 18, 2013, 1:31:10 PM10/18/13
to param...@googlegroups.com
in case of array data

data[4][6] = value;

follwed by refreshCell

in case of JSON

var dataIndx = colModel[6].dataIndx;
data[4][dataIndx] = value;

follwed by refreshCell




--
You received this message because you are subscribed to the Google Groups "paramquery" group.
To unsubscribe from this group and stop receiving emails from it, send an email to paramquery+...@googlegroups.com.
To post to this group, send email to param...@googlegroups.com.
Visit this group at http://groups.google.com/group/paramquery.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages