Hi,
I have a jqGrid table with editable columns. I can edit a cell, type in the new value. But, when I press ENTER to save the value, it doesn't save. It is a number cell and it resets to 0.00 always and erases the old value. I tried an alert to see if the value is setting and I receive “undefined” for variable value. I searched everywhere to find help with this. My code setting is,
cellEdit: true,
cellsubmit: 'clientArray'
Please Help!
Thanks in Advance.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top