I am working with jqGrid 4.3.2 on the ASP.NET MVC 4 website, jQuery 1.7.2. There are several places in an application that uses jqGrid. My general setup right now is that all editing is done locally ( loadonce: true
and clientArray
) with built-in navigation and editing, and all grid data is sent to the server when the form is submitted via AJAX calls. I ran into some difficulties editing lines and in what events they were committed. You can view the site (and the source, the overall work in the process, be beautiful) here . If you add or edit a line, and then click elsewhere on the page, line editing will not be saved. The user must press the enter key somewhere while editing a line to save the line.
I touched a little on this question, which Oleg was kind enough to answer. Is there a way to fix line editing, besides, when the enter key is pressed, for example, when a line loses focus, is it possible?
source share