Regarding customizing telerik radEditor skin
Date : March 29 2020, 07:55 AM
wish helps you ok got it sorted out myself..CSS needed to be linked properly..made some changes in CustomSkin CSS files and marked some properties as !important so it won't inherit from parent page
|
Telerik Silverlight RadGrid Skin
Date : March 29 2020, 07:55 AM
wish help you to fix your issue Make sure you add all of the necessary Telerik theme .dll's and you can do it by setting the StyleManager.ApplicationTheme. using Telerik.Windows.Controls;
namespace TestingTelerikSilverlightControls
{
public partial class MainPage : UserControl
{
public MainPage()
{
StyleManager.ApplicationTheme = new SummerTheme();
InitializeComponent();
}
}
}
|
skin issue telerik contols
Date : March 29 2020, 07:55 AM
|
Flex mobile skin overriding hostComponent of parent skin?
Date : March 29 2020, 07:55 AM
Hope that helps ?Problem is pretty simple, I extend Button to create ImageButton, and I extend ButtonSkin to create ImageButtonSkin. But, when I define hostComponent like this: , How do I extend a skin AND provide a new hostComponent for it? var myImageButton : ImageButton = hostComponent as ImageButton;
myHostComponent.setStyle('myImageColor',0x000000);
this.getStyle('myImageColor');
|
Telerik skin property not working
Date : March 29 2020, 07:55 AM
wish of those help In order to use one of the pre-packaged Telerik skins, you need to set EnableEmbeddedSkins="true"
|