This package looks promising! However, when running the example and editing a text, the text is updated correctly when I press Save. But then the changed text disappears, and the original text reappears. I have to restart the browser to see the edited text.
The text files are updated correctly on the server.
Er. Rochak Chauhan - 2006-01-18 17:43:07 - In reply to message 1 from Niels Fanĝe
Hey Niels,
Just for your info, This grid is just an application of my previous class (AjaxEditInPlace). As you'll notice this class is just for make people learn AJAX. So I guess this answers your first question... this class is not ready for publishing.
The reason the text disapear/reapear is the refresh interval. I have made each grid NOT to refresh at the same time. Just to make you notice its working. If you want to make the grid refresh at the same time...just remove the additional delay (+100 +200 +300) from the javascript file.