Hi,
I saw some demo for paramquery, and I also try some of them by myself. And as I test, we need to set "editModel" for grid to decide how to edit cell and save cell value.
Under the "Inline Editing" - "Custom Editing" demo I found when I edit a cell the cell value can save when I click other cell. But I can only achieve save cell value by the following code(set ascii code of custom key)
editModel: { clicksToEdit: 2, saveKey: 13}
So how to achieve save cell value when I click other cell?
Thank you!