Re: Partial update of DataGridView when adding new items

2019-12-04 Thread Martin Grigorov
Hi Chris, Please read https://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ The article explains how to do this with ListView but the idea is the same for all other repeaters. On Wed, Dec 4, 2019 at 6:53 AM Chris Colman wrote: > We're using a DataGridView

Partial update of DataGridView when adding new items

2019-12-03 Thread Chris Colman
We're using a DataGridView and we're happily doing partial updates of existing items for select/deselect and when content changes. Updating existing items is fine because we can work out the changed Item (Component) and just add it to the AJAX request target. However, we're wondering if it's