Greetings
I've implemented pqGrid into my application.
It works fine, and does everything like I want, except for one thing.
When I modify data, and press the tab button, the data is committed to the grid.
Otherwise: the data is truncated.
Now the way I want to work with it, is the following:
Click on a cell, edit the content, click on another cell (or even totally outside the grid) and so on.
But in this case the data is truncated, and the original data reappears.
I can write a javascript listener on the editable div that transfers the content to the td content when someone blurs it, but maybe there is a native way to do this?