If possible grid header one column string another column image
You can add them with the Image
component
i want add grid header attach image
i done cell image
Grid.Column something = grid.addColumn("something");
grid.getHeaderRow(0).getCell(something).setComponent(new Image("", resource));
Thank You sir