--- In [email protected], Alex Harui <[EMAIL PROTECTED]> wrote: > > itemRenderer.data should always be the data for the row. It should never be the old data unless you overrode the setter.
I agree. I think the problem is caused by not calling super.listdata in the override of the listdata setter.

