Hello;
I'm trying to link in the Default2006 skin for an app that I'm upgrading to Q2 2009 -- I know the skin is deprecated, but it's simple style is one our users prefer for some application without the extra graphic elements and padding of some of the newer skins. I've downloaded the Q3 2008 ConvertedSkins.zip file, and hooked up the following to my page:
I'm trying to link in the Default2006 skin for an app that I'm upgrading to Q2 2009 -- I know the skin is deprecated, but it's simple style is one our users prefer for some application without the extra graphic elements and padding of some of the newer skins. I've downloaded the Q3 2008 ConvertedSkins.zip file, and hooked up the following to my page:
| <link type=text/css rel=stylesheet href="/RadControls/LegacySkins/Default2006/Grid.Default2006.css"> |
| <link type=text/css rel=stylesheet href="/RadControls/LegacySkins/Default2006/Menu.Default2006.css"> |
| <link type=text/css rel=stylesheet href="/RadControls/LegacySkins/Default2006/Input.Default2006.css"> |
| <link type=text/css rel=stylesheet href="/RadControls/LegacySkins/Default2006/Calendar.Default2006.css"> |
EnableEmbeddedSkins is set to false, and the Skin for the grid is set to Default2006.
Everything works pretty well - the grid appears as I would expect, and the dropdown menus for the filter are fine. The pager control generally looks and behaves, with the exception of the menu that lets you control page size. The menu is unformatted, unstyled text when it pops up and the options aren't selectable. Instead of an image to open the option list, there is simply the word "Select".
Can anybody offer any suggestions as to what I'm missing? I'm sure it's something simple.
Thanks in advance,
Jason
