Re: CellList refreshed only after mouse move

2017-04-08 Thread Rob Newton
I have encountered this problem myself. When the new data arrives, rather than updating the CellList/Grid immediately, defer the update until the current event loop has completed. For example: private static void setRowDataDeferred( final DataGrid grid, final int start, final

Re: CellList refreshed only after mouse move

2017-03-23 Thread Thomas Broyer
On Thursday, March 23, 2017 at 3:54:56 PM UTC+1, pH4Lk0n wrote: > > This problem still exists in GWT 2.8.0. > > I've got similar problem. I just want to select record that is clicked > elsewhere but user needs to move mouse to see this effect. > It's unusable right now in this scenario because

Re: CellList refreshed only after mouse move

2017-03-23 Thread pH4Lk0n
This problem still exists in GWT 2.8.0. I've got similar problem. I just want to select record that is clicked elsewhere but user needs to move mouse to see this effect. It's unusable right now in this scenario because it seems application work sluggish. Is there any workaround this problem??