or
| private void EnableNavigation(bool enabled) |
| { |
| RadMenu menu = (RadMenu)(Master.FindControl("RadMenu1")); |
| menu.Enabled = enabled; |
| } |

<td> <telerik:RadComboBox ID="radStatus" Runat="server" AutoPostBack="True" onselectedindexchanged="radStatus_SelectedIndexChanged" Skin="Outlook"> <Items> <telerik:RadComboBoxItem runat="server" Text="New Disputes" Value="New Disputes" /> <telerik:RadComboBoxItem runat="server" Text="Pending" Value="Pending TPG" /> <telerik:RadComboBoxItem runat="server" Text="Completed" Value="Completed" /> </Items> </telerik:RadComboBox></td>
Could you tell me if are any future plans to add to the RadSkinManager the ability to set the EnableEmbeddedSkins Property.
The architecture of our application makes it unfeasible to make this setting within the web.config.
We have multiple clients that have there own masterpage and skins, who share much of the user controls / pages.
Setting this on every control would require a creating a custom solution and was hoping to avoid this.
I really hoping that this was on your radar, if yes is there any idea of when.
Thanks