Hi Massimo Magris,
Greetings from Syncfusion support.
Query:
How can I prevent the focus from shifting to the first editable cell and
instead keep it on the double-clicked cell?
You can achieve this by using the grid’s recordDoubleClick
event and applying custom handling as mentioned in our below documentation.
This allows you to prevent the default behavior where focus automatically moves
to the first editable cell in the row. Instead, it will maintain focus on the
cell that was double-clicked.
We’ve discussed this functionality in detail in our
documentation. Please refer to the following link for more information:
Maintain
focus on the double-clicked cell instead of auto-moving to the first cell:
Syncfusion Documentation - Move focus to a specific cell during
row editing
Regards,
Vasanthakumar K