I have several editable columns in a row.
1) If I start editing in a column & tab to the next ones, every other cell (the even columns) fails to work correctly – the cell stays in edit mode & the value is not saved. I get two ajax calls on the odd cells & none on the even cells.
2) If I edit a cell & use the enter key to complete the edit, it saves correctly but then I get a post-back to the parent page, which forces a grid reload. The page post-back doesn't happen if I use the enter key after having used the tab key on a previous cell.
$(“#gTravel”).jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top