I might be wrong, but...
Datagrid extends AbstractGrid which has
public void addHeaderToolbar(AbstractHeaderToolbar toolbar) {
addToolbar(toolbar, headerToolbarContainer);
}
simply overriding that in your Datagrid
public void addHeaderToolbar(AbstractHeaderToolbar toolbar) {
//nothing
}
doesn't do what you want?
Cristi Manole
On Fri, May 29, 2009 at 12:37 PM, Marcin Palka <[email protected]>wrote:
> Hi,
>
> Is there any way to render a Inmethod DataGrid without column headers?
> For wicket's standard DataTable there's a HeaderlessColumn but I
> haven't been able to find an equivalent column type for DataGrid.
>
> cheers
> Marcin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Cristi Manole
Nova Creator Software
www.novacreator.com