Re: DataGrid on a hidden tab

2014-03-23 Thread Steve C
I'm still seeing this issue using GWT2.6.0. For the tab that was visible when the grids were drawn, I see this structure: div class=gwt-TabLayoutPanelContent style=position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; div class=GPBYFDEIH style=position: relative; overflow:

Re: DataGrid on a hidden tab

2013-07-13 Thread Kartik Suba
Hey i think wat u can do is that have a another layer of panel and add the datagrid in that panel when the data comes. But add this new panel only when the tab is selected using the handler. what i mean to say is : I use the same thing that i have three tabs and the data for all the three

Re: DataGrid on a hidden tab

2013-07-12 Thread Federico De Faveri
Same problem but with a DeckLayoutPanel. On Monday, August 15, 2011 12:32:38 AM UTC+2, P.G.Taboada wrote: Hi, I am using a DataGrid on a TabLayouPanel. As long as the the DataGrid is on the viewable tab it gets rendered. As soon as it is on the hidden tab it does not. What am I doing

Re: DataGrid on a hidden tab

2013-07-12 Thread Thomas Broyer
This was (supposedly) fixed in GWT 2.5.0: https://code.google.com/p/google-web-toolkit/issues/detail?id=7065 Which version of GWT are you using? On Friday, July 12, 2013 11:19:17 AM UTC+2, Federico De Faveri wrote: Same problem but with a DeckLayoutPanel. On Monday, August 15, 2011 12:32:38

Re: DataGrid on a hidden tab

2013-07-12 Thread Federico De Faveri
I'm using GWT 2.5.1. The problem seems related to https://code.google.com/p/google-web-toolkit/issues/detail?id=7188 On Friday, July 12, 2013 11:34:39 AM UTC+2, Thomas Broyer wrote: This was (supposedly) fixed in GWT 2.5.0: https://code.google.com/p/google-web-toolkit/issues/detail?id=7065

Re: DataGrid on a hidden tab

2013-01-08 Thread Tomáš Hlatký
Same issue here using gwt 2.4 Dňa nedeľa, 21. augusta 2011 22:13:02 UTC+2 P.G.Taboada napísal(-a): Am I the only one with the problem? I have 2 or more tabs, on each tab a data grid. only the one initially visible gets rendered, all the other stay hidden, not visible, not rendered,

Re: DataGrid on a hidden tab

2011-08-15 Thread J.Ganesan
Is this not the expected behaviour of TabLayouPanel, the content of a hidden tab should not be rendered ? J.Ganesan www.DataStoreGwt.com On Aug 15, 3:32 am, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, I am using a DataGrid on a TabLayouPanel. As long as the the DataGrid is on the

Re: DataGrid on a hidden tab

2011-08-15 Thread P.G.Taboada
Well, not really, as I am not using lazy panels. But that is not the point: the should get rendered once the tab gets selected. To work around it, I did add the grid to a split panel in the tab. Now I have to move the slider to make the grid appear. Ok, it is not a workaround. ;) Btw, split

DataGrid on a hidden tab

2011-08-14 Thread P.G.Taboada
Hi, I am using a DataGrid on a TabLayouPanel. As long as the the DataGrid is on the viewable tab it gets rendered. As soon as it is on the hidden tab it does not. What am I doing wrong? brgds, Papick -- You received this message because you are subscribed to the Google Groups Google Web