Re: DataGrid with a Frozen Column?

2016-09-02 Thread Rogelio Flores
A colleague of mine implemented "frozen columns" by having two DataGrids. It was for a project at a previous job and can't share the code, but the implementation goes like this: Create two DataGrids. One will have the frozen column(s). Put them next to each other horizontally. The one on the lef

Re: Issue with request factory on 2.8

2016-09-02 Thread Thomas Broyer
On Friday, September 2, 2016 at 4:07:07 PM UTC+2, Michael Wiles wrote: > > I have observed some rather strange behaviour when using request factory > on gwt 2.8-RC-2 > > It boils down to the wrong method being invoked... > > I call method X on my client and the hash that is dispatched to the serv

Issue with request factory on 2.8

2016-09-02 Thread Michael Wiles
I have observed some rather strange behaviour when using request factory on gwt 2.8-RC-2 It boils down to the wrong method being invoked... I call method X on my client and the hash that is dispatched to the server is for method Y. It is rather weird because I have no idea how it is getting th

Re: Does GWT has a plan for stable release ?

2016-09-02 Thread Jens
It's done when it's done. There are still some open issues https://github.com/gwtproject/gwt/milestone/1 so there might be a RC3 release as well. I would guess end of month or early next month. In the mean time you can use RC2, help testing it and report bugs if you find any new ones. -- J. -

Does GWT has a plan for stable release ?

2016-09-02 Thread nishantarya4
Hi, I see the latest version as gwt 2.8 RC2. But any one knows when GA or stable version will be released for this ? Thanks, Nishant -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it

Re: KeyboardSelectionPolicy BOUND_TO_SELECTION vs ENABLED

2016-09-02 Thread Thomas Broyer
On Friday, September 2, 2016 at 10:52:16 AM UTC+2, mohit wrote: > > I have the very same question. Can somebody please explain this please? > > On Monday, November 14, 2011 at 11:40:01 PM UTC+5:30, Raziel wrote: >> >> Hi, could somebody provide a simple but complete explanation, and >> perhaps a

Re: KeyboardSelectionPolicy BOUND_TO_SELECTION vs ENABLED

2016-09-02 Thread mohit
I have the very same question. Can somebody please explain this please? On Monday, November 14, 2011 at 11:40:01 PM UTC+5:30, Raziel wrote: > > Hi, could somebody provide a simple but complete explanation, and > perhaps a use case, for the usage of > KeyboardSelectionPolicy.BOUND_TO_SELECTION an

Avoiding choppy image downloads on page

2016-09-02 Thread Koozamo Team
I have a GWT project that downloads several images from remote servers (other than the host web server). Specifically I am downloading Google Map static images, and several of them within a CellList (one per cell). When rendering the page, the images appear in a choppy manner, as they are pres

Re: DataGrid with a Frozen Column?

2016-09-02 Thread Loo Bin Hooi
I'm also curious about the findings about Frozen Column(s) for GWT datagrid. Any findings you can share? Thanks On Wednesday, December 5, 2012 at 11:29:12 PM UTC+8, Joshua Godi wrote: > > Is it possible to have a frozen column inside a DataGrid? I would like the > first column to always show no