Hi Isomorphic,
please take a look at this foto. I marked 4 important parts.
Is it possible to change background-color of this group title?
Best regards
Pavo
please take a look at this foto. I marked 4 important parts.
Is it possible to change background-color of this group title?
Code:
private class AtachmentLG extends ListGrid { public AtachmentLG() { setIsGroup(true); setGroupTitle("Group title"); setGroupBorderCSS("1px solid red"); } }
Pavo
Comment