This is a migrated thread and some comments may be shown as answers.

working with telerik:KeyTipService.IsKeyTipsEnabled="True" for telerik:RadDocking

5 Answers 113 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Shilpa
Top achievements
Rank 1
Shilpa asked on 14 Mar 2013, 01:30 PM
Telerik Team,

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

5 Answers, 1 is accepted

Sort by
0
Accepted
Alek
Telerik team
answered on 19 Mar 2013, 02:09 PM
Hello,

Unfortunately, there is no similar behavior provided by RadDocking. The KeyTipService is not generic and it has been developed only for the RadRibbonBar respectively for the RadRibbonView which is its replacement (more information you can find following this link).

We can consider adding it in our backlog as a feature request and we would like to ask you to describe how it is expected to work in more detailed way.

Looking forward to your answer.

Greetings,
Alek
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Shilpa
Top achievements
Rank 1
answered on 20 Mar 2013, 05:56 AM

Thanks for reply. Is there any other way to get it with telerik:RadDocking    as of now ? we need the telerik:KeyTipService functionality same as its working with telerikRibbonBar:RadRibbonBar  soon. 

0
Accepted
Alek
Telerik team
answered on 25 Mar 2013, 08:05 AM
Hi,

As we mentioned in our previous post the KeyTipService functionality has been designed only for RadRibbonBar (respectively RadRibbonView). We did not implement such behavior in RadDocking and we cannot see a way to enable it as of now.

Basically, we would include the development of KeyTipService in our future plans but for now we cannot see the benefit of such functionality in a control like RadDocking. 

Greetings,
Alek
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Karsten Laursen
Top achievements
Rank 1
answered on 12 Nov 2013, 12:45 PM
Hi

I have a similar problem.
I want to use AccessKeys on a label or button. Using the standard approach, inserting a underscore in the content property of the control - doesn't work, if I have my control placed inside the RadDocking DocumentHost.
Well this is not entirely true, because the AccessKey works - it's just not showing the underscore when pressing the ALT-key.

Do you have a fix for this?
0
Rosen Vladimirov
Telerik team
answered on 15 Nov 2013, 09:26 AM
Hello Karsten,

The issue you've described is for WPF only. I've answered to you other post in the RadDocking for WPF forum here. I'm pasting my answer here just for a reference:
This issue still exists and we have logged it in our entire new feedback portal where you can vote to raise its priority and track its status here.

Feel free to contact us in case you have any other problems or concerns.

Regards,

Rosen Vladimirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.

Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.

Sign up for Free application insights >>
Tags
Docking
Asked by
Shilpa
Top achievements
Rank 1
Answers by
Alek
Telerik team
Shilpa
Top achievements
Rank 1
Karsten Laursen
Top achievements
Rank 1
Rosen Vladimirov
Telerik team
Share this question
or