Thanks for the pointer. I tried to follow what is in the link. http://www.nabble.com/Adding-item-to-ListView-over-Ajax---refresh-only-newest-row-td11272937.html
Still I am facing a lot of serious problem. I am trying to generate html for the new row as said using javascript. I add the item manually, and after adding it use its markup id in the html generated using javascript. but I would need the markup id of many of the children of the item also. *Using javascript like this limits me from having an immersive ajax user interface for the row generated using javascript.* Can someone think of a way to achieve this using components?? On Jan 22, 2008 12:31 PM, Peter Thomas <[EMAIL PROTECTED]> wrote: > On 1/22/08, atul singh <[EMAIL PROTECTED]> wrote: > > > > Hi > > I want to add a new row on my page using ajax, without having to repaint > > the > > complete list already being displayed on the page. > > This i want to reduce the ajax payload;any help on how i can do this? > > > > Try this thread: > > > http://www.nabble.com/Adding-item-to-ListView-over-Ajax---refresh-only-newest-row-td11272937.html >
