Hi Isomorphic,
we want to show a print preview ListGrid with many narrow and one wide column. In order to save space, we do it like in the online showcase with a detail field.
As we want to print this and don't need interactivity, we want to hide the very left expansion field like you describe in the docs with ListGrid.getExpansionField() via AutoChild and a template field with setHidden(true).
But there is no overload for (Canvas).setAutoChildProperties() taking a ListGridField as 2nd parameter. Is it missing or is the way to achieve this different (perhaps with a more specific setter like ListGrid.setRemoveFieldProperties()? But this would also be missing IMHO).
Best regards
Blama
we want to show a print preview ListGrid with many narrow and one wide column. In order to save space, we do it like in the online showcase with a detail field.
As we want to print this and don't need interactivity, we want to hide the very left expansion field like you describe in the docs with ListGrid.getExpansionField() via AutoChild and a template field with setHidden(true).
But there is no overload for (Canvas).setAutoChildProperties() taking a ListGridField as 2nd parameter. Is it missing or is the way to achieve this different (perhaps with a more specific setter like ListGrid.setRemoveFieldProperties()? But this would also be missing IMHO).
Best regards
Blama
Comment