I have a grid control with XP skin. Im using attachHeader function and everithing works fine, but the skin presentation is really poor. This problem is just in XP skin, gray skin works well. Is it possible to correct this poor preentaction in XP skin?? I want to use it because all my grids are using XP skin.
If you have problem with column separators in multiline headers then just add next line to grid initialization
mygrid.forceDivInHeader=true;
If you have some other problems - please provide screenshoot with problem details.