Hi,
I am having with editing grid cell.
The issue is that once the cell is clicked, I can only type one character then the cursor disappears (lose focus on the cell I am typing). All other commands like add, remove, cancel works normally (especially the add when a new row is added for editing and saved).
My idea is to allow users to add/create/edit/remove data to the grid and then submit the grid data afterward.
I create a small project on GitHub to illustrate this: Could you help me point out the issue?
Thanks.