Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blaatpraat

Pages: [1]
1
I didn't saw it between the features of the PRO version, sorry about that.
I've tried the demos of the PRO, and I must say: looking good, it's worth paying for that.
I won't do it for now, but I will in the future. :-)

I've discovered that I cannot set a blur listener on an editable div, but jqGrid has an event that does this for you (quit edit mode).
When triggered, I do saveEditCell, and everything is working.

Thanks :-)

2
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?

Pages: [1]