quizzl
11 Jan 2012, 1:46 AM
Hello all,
I am currently facing this problem. My requirement is to
1. set clicksToEdit to 1 - easy cellEditing plugin
2. set Key to Edit to Tab - By default the user has to use tab to select a cell and then press enter to start editing. What I need is to make pressing enter obsolete. Tabbing should select and startEdit. I have not been able to find a good solution for this so far. I tried to call cellEditing.startEdit in the select event for the propertyGrid and while sometimes that works it produces lots of bugs that I can't trace back.
I am currently facing this problem. My requirement is to
1. set clicksToEdit to 1 - easy cellEditing plugin
2. set Key to Edit to Tab - By default the user has to use tab to select a cell and then press enter to start editing. What I need is to make pressing enter obsolete. Tabbing should select and startEdit. I have not been able to find a good solution for this so far. I tried to call cellEditing.startEdit in the select event for the propertyGrid and while sometimes that works it produces lots of bugs that I can't trace back.