Re: Keeping Data and SelectionModel in sync

2011-09-28 Thread Paul Illingworth
I'm having the same problem and have posted a question on Stack Overflow http://stackoverflow.com/questions/7581628/gwt-celltable-selection-model-is-returning-old-selection -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Keeping Data and SelectionModel in sync

2011-09-28 Thread Paul Illingworth
Looks like a bug. http://code.google.com/p/google-web-toolkit/issues/detail?id=6278 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Keeping Data and SelectionModel in sync

2011-09-19 Thread P.G.Taboada
Hi, I am using an async data provider to refresh the data in a cell table. How do I keep my selection model up to date? At the moment, the selection model keeps returning selected objects even if they are not available to the cell table anymore. brgds, Papick -- You received this message