The headerspan titles are not showing up when I try to print the document in smartgwt would anyone know how I would fix this?
Announcement
Collapse
No announcement yet.
X
-
headerspans are still sort of busted. they show up - but if the first few fields do not have headerspans, then the top (headerspan row) is shifted left - so the headerspans appear over fields that should not have them (and there is a gap at the end)
this is using the Simplicity skin and SC_SNAPSHOT-2011-06-06/Pro Deployment 2011-06-06
Comment
-
I did this a while ago, but from my memory what I did was something like
Code:headerGrid.setHeight(22); //not sure if this is the right height. this hides the headergrid body headerGrid.setFields(headerFields); listgrid.setFields(listGridFields); vLayout.addMember(headerGrid) vLayout.addMember(listGrid)
Comment
Comment