What is the best way to add new items to GridView using AJAX?
The best way I can think of is to put GridView on a container( panel for example) and then update the panel using AJAX.
But using this way the whole table repaints. I can't find a way to repaint only affected cells.
For example : grid has 1 column and 10 rows and there is only 5 cells filled. If user adds a new item I would be nice if it is possible just to draw
item at row 6, not to repaint the whole table.
--
Regards,
Predrag Spasojevic
Regards,
Predrag Spasojevic
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
