Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    showPrintPreview does not show my own record component

    I have a tree grid which defines its own record components, depending on the data of the cells. One of the (possible) components is a SelectItem. Everything works just fine, except that these SelectItems are not shown when I do a showPrintPreview().

    Any ideas why that is?

    Thomas

    I'm using GWT 2.0.3 and SmartGWT 2.2

    #2
    I now changed my showPrintPreview() from showPrintPreview(treeGrid) to showPrintPreview(treeGrid.getChildren()).

    Now I see my "hand-crafted" components, but
    - at the bottom of the screen and not in the cell position where they should be
    - I also see the scroll bar.

    Any kind soul out there who could help me, please?

    Comment

    Working...
    X