Hello,
I am using the latest pqgrid version. but I am facing some issue, even this is on latest demo also. Below is the jsfiddle and description of issue.
https://jsfiddle.net/t5p82mh4/Issue :
When we Click on any cell to edit for example "Company", Change the company name and click on the Revenue cell (or any other cell). then that cell does not come focused to enter value, I need to click again to make it in edit mode.
If I do not change the value in any of the cells and just click different cells it gets focused properly. but as soon as cell values change and click on different cells then it does not come focused.
I have done lots of tests and found that if we use the "summaryData" option then this issue happens.
Can you please give me some solution on this. I need it to be focused on every single click even if I use the "summaryData" option.
Thanks.