Hi,
I use a radgrid and add the attributes skin="MyRadGridSkin" and EnableEmbeddedSkins="false" to use a custom style.
Everything works fine except two points :
1- Now, a WebResource.axd (which contains the default style) is loaded BEFORE my custom style and override some of my modifications. With the word « !important » i managed to have what i wanted.
Is it possible to load this WebResource after my style and how ?
2- I didn’t override the style of the radcombobox. When used alone, the skin is ok. But the combobox used for the page size is weird :
When i look with firebug, it tells me that it seeks for my custom style.
Why, in some cases, the WebResource overrides my style and why, in this case, it doesn’t ?
Do i have to write a style only for that combobox ?
Thanks