Replies: 12 comments
-
I also noticed that if I don't press enter key, as soon I click outside and the cell exit edit mode, the @afteredit event isn't fired and the cell has the old value. I expected that clicking outside, the cell gets the new value and fires the event, like Excel. |
Beta Was this translation helpful? Give feedback.
-
@Magenta94 first problem was fixed with v3.0.6 |
Beta Was this translation helpful? Give feedback.
-
@Magenta94 could you be so kind and record a video or something where we can check your scenario and try to solve it? |
Beta Was this translation helpful? Give feedback.
-
Sure, I'll try to explain better here. At the moment your component updates the value in the grid after you press enter key, and afteredit gets fired. In the example below I press 4, then enter key, the value is saved and in the console you see the afteredit triggered. But next I press 6 then I click with the mouse on another cell (without pressing enter key), the value is not saved, and afteredit is not fired. The grid still have number 4 saved. I was expecting a behaviour like Excel, as you can see here I can insert a value in a cell, then click on another cell (without pressing enter key) and the value is saved. |
Beta Was this translation helpful? Give feedback.
-
+1 need Improvement. When cell lost focus by "mouse click (right, mid, left)" event or "tab key" event, Thanks @revolist for amazing revogrid. |
Beta Was this translation helpful? Give feedback.
-
Do we have any updates on this? Any workarounds to save the cell's value when clicking outside of a cell? Tahnks. |
Beta Was this translation helpful? Give feedback.
-
Can you please explain or show how did you make it for committing cell value by mouse click outside that cell? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Hi @Bruce0615 , |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm on Vue 2, try the @van-huyen method, but can't make it work. Can anyone help me, please? |
Beta Was this translation helpful? Give feedback.
-
`
` try it v:^3.3.0 |
Beta Was this translation helpful? Give feedback.
-
Any update on a fix for this issue (without using workarounds)? |
Beta Was this translation helpful? Give feedback.
-
ApplyOnClose prop introduced |
Beta Was this translation helpful? Give feedback.
-
Hi, I have set a background color to highlight the revo-grid html element. If I edit a cell and then I click outside the grid, but inside the revo-grid element, the cell still in edit mode. Only if i click outside the element it exit edit mode.
Example here: https://codesandbox.io/s/quiet-sound-136d9?file=/src/App.vue
Beta Was this translation helpful? Give feedback.
All reactions