I have a problem with the simplegrid class: in my project I have a class that extends Vertical Panel in which I put a simplegrid. The problem is that if I don't call the method initWidget I cannot see the simplegrid (it loads data, but doesn't display). I know that calling initWidget solves the problem because a few days ago my class extended Composite instead of Vertical Panel and everything worked fine.
Does anyone know why I have to call initWidget to make the simple grid to be displayed?