tabalinas/jsgrid

Trigger updateItem without leaving row edit mode

Open

#1,062 opened on Mar 14, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (356 forks)batch import
help wanted

Repository metrics

Stars
 (1,520 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is there a way to trigger updateItem without leaving row edit mode?

When I tried:

$(JS_GRID_SELECTOR).jsGrid('updateItem')

'onItemUpdating' function get executed but the DOM of the row goes back from edit mode to read only mode.

Let me know if there is a way to do that.

Thanks in advance, John

Contributor guide