Friday, October 2, 2015

Re: GWT DataGrid does not display, CellTable does

On Friday, October 2, 2015 at 12:15:05 PM UTC-4, Thomas Broyer wrote:

All subpanels have their height and width set to 100% by their containing panels.

Don't do that. ProvidesResize panels do set the size of their children.

Thanks for the pointer.  I removed all of those.
 
Observed Behavior

When the "Budget" menu item is clicked, the DockLayoutPanel is displayed, with its header Label, the DataGrid column headers are displayed, but the DataGrid rows do not appear.

Possibly related to https://github.com/gwtproject/gwt/issues/4694 (or similar bug).
Try calling forceLayout() on the DockLayoutPanel when you switch to it in the DeckLayoutPanel.

That did it!

Thank you very much,

Patrick

--
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, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment