Hi,
I've just updated my telerik controls from 2008 Q2 to newest version available. The only problem I've encountered is, that skins stopped working.
I know, that you've made some changes in how skins work, so I was prepared that I may have some more work to, but the thing is, skins are not working completely.
What I mean is, I've set EnableEmbeddedSkins to false and Skin to my skin name:
1.
<
telerik:RadGrid
runat
=
"server"
ID
=
"OrderedLists"
ShowHeader
=
"true"
AutoGenerateColumns
=
"false"
2.
Skin
=
"PlainGrid"
EnableEmbeddedSkins
=
"false"
Width
=
"761px"
>
Could you help me and point me, what's not right here? I can of course use rgRow classes, but this will modify all grids on my page, and that's definitely not what I would like to achieve.
Regards,
Pako