I’m trying to insert a gwt datagrid in my application. If i set a static height (500px) everything works nice. But i want to make the dataGrid auto adjust to screen size. With height 100% i get a blank screen.
i’ve also tried to put the datagrid into a resizeLayoutPanel with the same results.
any tips?
All
RequiresResizewidgets should be given an explicit size, or be added toProvidesResizewidgets (up to aRootLayoutPanelor aProvidesResizewidget with an explicit size; the only exception isResizeLayoutPanelwhich doesn’t implementProvidesResizebecause it couldn’t honor the contract for its header and footer widgets, but it definitely honors it for the center widget).So the question is: where did you add your
DataGridand/orResizeLayoutPanel?