
Hi,
I want use a RadMenu in an UserControl.
I load dynamically the Menu Items in Page_Load Event and I want to set dynamically the SkinId of RadMenu.
If I set the SkinId in Page_Load I have this problem.
"The 'SkinId' property can only be set in or before the Page_PreInit event for static controls. For dynamic controls, set the property before adding it to the Controls collection."
But Usercontol don't have the Pre_Init event.
How do I set dynamically SkinId of my RadMenu ?
Thanks,
Marco
| /* Disabled checkbox - checked */ |
| .RadForm_Default .rfdInputDisabled.rfdCheckboxChecked, |
| .RadForm_Default .rfdInputDisabled.rfdCheckboxChecked:hover |
| { background: transparent url(/images/disabled_checkbox_bg_image_for_default_theme.gif) no-repeat 0 -220px !important; } |
| /* Disabled checkbox - unchecked */ |
| .RadForm_Default .rfdInputDisabled.rfdCheckboxUnchecked, |
| .RadForm_Default .rfdInputDisabled.rfdCheckboxUnchecked:hover |
| { background: transparent url(/images/disabled_checkbox_bg_image_for_default_theme.gif) no-repeat 0 0 !important; } |
Hi there,
I have, in my telerik web application, some telerik controls such as RadScriptManager, RadFormDecorator, RadAjaxManager, RadAjaxLoadingPanel, RadAjaxPanel, and others.
When i loading this app run to VS2010, its work very good. But when i publish this app and run with IIS 7.5, i find erros below:
* ASP.NET Ajax client-side framework failed to load.
* 'Sys' não está definido.
PS: im using FW 4.0.
Can anyone help me? Thks