Reputation: 13
I'm using jqGrid 4.6.0 in a project and have enabled both inline editing and editing in a modal popup.
I have the following problem: if the user activates inline editing for more than one row then clicks the edit selected row button, the modal poup will open correctly and the row is no longer in inline editing mode, but when I navigate between the records of the grids the ones that are in inline edit mode will display the html code of the input element, not only the value.
Does this mean that I can't use both type of editing at the same time? Is there a event that I can trigger to cancel the inline edit of the row the same way it is canceled when clicking the "Edit selected row" button?
Upvotes: 0
Views: 2319
Reputation: 151
Upvotes: 0