Set background color for Muliple Headers
Is there a way to set the background color for multiple headers withOUT using css?
I am simply using the following code to set the second header bg color to red:
grid.getHeaderTemplate().setStyle("background", "red");
How do I set the bg color for the top most header?
Any help would be greatly appreciated.
I am simply using the following code to set the second header bg color to red:
grid.getHeaderTemplate().setStyle("background", "red");
How do I set the bg color for the top most header?
Any help would be greatly appreciated.
August 14,