This question is locked. New answers and comments are not allowed.
Telerik Team,
Following code is working fine ,
But its not working for following code , please help
Can we use
Please suggest the solution on this regards...
Thanks
Following code is working fine ,
<telerikRibbonBar:RadRibbonBar telerik:KeyTipService.IsKeyTipsEnabled="True" > <telerikRibbonBar:RadRibbonTab Header="About" telerik:KeyTipService.AccessText="B"> </telerikRibbonBar:RadRibbonTab> </telerikRibbonBar:RadRibbonBar>But its not working for following code , please help
<telerik:RadDocking BorderThickness="0" Padding="0" telerik:KeyTipService.IsKeyTipsEnabled="True" Width="900" Height="500" > <telerik:RadDocking.DocumentHost > <telerik:RadSplitContainer > <telerik:RadPaneGroup> <telerik:RadDocumentPane Header="Document 1" Title="Document 1" telerik:KeyTipService.AccessText="D"> </telerik:RadDocumentPane></telerik:RadPaneGroup> </telerik:RadSplitContainer> </telerik:RadDocking.DocumentHost> </telerik:RadDocking>Can we use
telerik:KeyTipService.IsKeyTipsEnabled="True" property in telerik:RadDocking control?
If it's not possible then how do achieve this?
Is there any other telerik control will do the same?
Please suggest the solution on this regards...
Thanks