I am working with a lot staff from telerik controls so i have decided to use both controls.
And my cuestions are :
- I want to use both in the same page, well i want to use both in the master page.
Must i use RadScriptManager and RadStyleSheetManager in the same page ?or does RadScriptManager its job plus RadStyleSheetManager ?
2. About skins and performance in the web applications
I am using web20 Skin. but i am customizabling some components because all fonts shoud be verdana, so in alltextbox,combobox. EnableEmbeddedSkins is false and i am declaring the css for customizable controls in the head of the marter page in the following way :
<link href="Web20/ComboBox.Web20.css" rel="stylesheet" type="text/css" />
<link href="Web20/Grid.Web20.css" rel="stylesheet" type="text/css" />
<link href="Web20/Input.Web20.css" rel="stylesheet" type="text/css" />
<link href="Web20/Menu.Web20.css" rel="stylesheet" type="text/css" />
<link href="Web20/PanelBar.Web20.css" rel="stylesheet" type="text/css" />
<link href="Web20/TreeView.Web20.css" rel="stylesheet" type="text/css" />
My most important corcern is the preformance (the speed to load the page) and my cuestions are :
Should I use RadStyleSheetManager for the other components (For components which I am not cutomizabling) ? (i think RadStyleSheetManager is only working with embedded skins, tell me please if it's different )
Should I merge all css(all css which i am cutomizabling) in one in order to load the page faster ?
3. and my last cuestion is about customizabling components for every instance or in the css.
My last cuestion is about what is load faster.
I can use embedded skins and everytime that i use a textbox i modify the font or I disable EnableEmbeddedSkins and use css as above.
What is better ?
Thank you very much. Pepito