I've found some difficults with gwt, I've been trying to put paging
grid into a grouping store but i can't. I can see the paging in the
bottom of the list of groups but i want to put paging inside each
group and i can't. if somebody has an idea about it, please tell me
because i'm lost...
Also I've got another problem hiddind columns of a grid. I set the
parameter setHidden in each column to true. But I don't want to see
this column when I
push on the drop down button. I try it with css style but I still see
the column, what can I do??
I put some code of the column configuration:
ColumnConfig reportDateColumnConfig = new ColumnConfig("",
FIELD_DATE_REPORT, 0, false,null,FIELD_DATE_REPORT);
reportDateColumnConfig.setHidden(true);
reportDateColumnConfig.setCss("overflow: hidden;");
I hope somebody could help.
Thank you very much
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment