hi,
I am using jQuery 1.4 and jqGrid 3.8 beta ,
here i have used jqgrid table in which i wanted to create interface like excel sheet / spread sheet, where number of blank rows will already be displayed and the user can enter record into table cells the why they used to enter in spread sheet.
well i have created empty editable rows by running loop of addRowData function of JQgrid. after that i made few fields editable by specifying editable:true
now the problem is when i edit something in a field and write something after that if i move on another row then old edited data on a previous row won't get store on table it gets vanish.
here, is the live example try to type in a editable field and then move to next row.