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 <marcin.pa...@gmail.com>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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Cristi Manole

Nova Creator Software
www.novacreator.com

Reply via email to