hi guys
I am using gwt and i have this code
public class CustomerGrid{
public void setGridProperties(ListGrid grid){
grid.setAlign("CENTER");
I want to set the grid header color to red..any idea how i can do
that?
I tried grid.setHeaderBackgroundColor("#FF0000") , but no luck.
}
}
thanks
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.