PDA

View Full Version : Edit row table



csmara
2 Feb 2007, 3:30 AM
Hi,
does anybody have an edit dialog example for rows in a table.

Something like Rodrigo has in his AjaxGrid but using Java not ASP or C#.


Thanks,
Cosmin.

Animal
2 Feb 2007, 5:04 AM
The backend technology is irrelevant. You communicate with that by exchanging XML documents.

Lots of examples on Jack's blog, eg:

http://www.jackslocum.com/blog/2006/10/02/exploring-client-side-cross-browser-xml-data-binding-part-1/

and

http://www.jackslocum.com/blog/2006/09/10/adding-built-in-editing-support-to-the-yahoo-ui-extensions-grid/

csmara
12 Feb 2007, 8:05 AM
Thank's for answer.
I resolved the edit problem, and it looks quite nice I think :D but I have a litle problem with an add dialog and I can't find an answer.

When I click a button, a dialog apear but this dialog is read only.
If anybody have any idea why this could happen I'll apreciate.


Thanks,