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.