tabalinas/jsgrid

Trigger updateItem without leaving row edit mode

Open

#1,062 建立於 2018年3月14日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)JavaScript (1,520 star) (356 fork)batch import
help wanted

描述

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

貢獻者指南