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

Telerik:Radmenum Not working.

4 Answers 91 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Raju
Top achievements
Rank 1
Raju asked on 14 Jun 2017, 10:17 AM

Hello Telerik Team,

                              I have one problem in my WPF project. I was getting issues when we select more than 6000 documents from radgridview after select these documents i was selecting 1 documents . so it was taking near about 45 seconds time to select the single document. so from telerik team someone suggested to update the telerik versions with the newer one. after upgradation all the radmenuitems were not working and some UI things also not working,i have attached the snapshots of the radmenuitems. what i have to do for it to fix these issues.

 

Regards

Raju Tiwari

4 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 19 Jun 2017, 07:33 AM
Hi Raju,

Thanks for the image provded.

However, based on it I can only be guessing what the cause for it might be. May I kindly ask you to share some additional information regarding the setup you are using and what is the exact malfunction of the menu items that you are experiencing? Generally, all information that you consider as relevant might be helpful.

Regards,
Stefan X1
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Raju
Top achievements
Rank 1
answered on 19 Jun 2017, 09:54 AM

Hi Telerik Team

           We are upgrading from version : 2013.1.0507.40  to 2017.2.503.45 .

     We have a RadButton in a RadToolbar and the button properties are set in a style, those properties do not get applied after upgrading to the newer version.  If you set the properties directly on the button itself, then they do get set. But that is not an option as we have lot of properties and datatemplates being used through styles.

For Example:

<telerik:RadToolBar x:Class="ToolBarTest.View.ToolBars.StandardToolbarView"
                     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                     xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
                     xmlns:Controls="clr-namespace:ToolBarTest.Controls"
                     >
    <telerik:RadToolBar.Resources>
        <Style x:Key="Refresh" TargetType="telerik:RadButton">
            <Setter Property="ToolTip" Value="Refresh Set Via Property"/>
        </Style>
    </telerik:RadToolBar.Resources>
        
    <telerik:RadButton x:Name="Refresh" 
                       Style="{StaticResource Refresh}" 
                       Controls:ImageContentSetter.Source="/ToolBarTest;component/Images/document_refresh.png"
                       />
</telerik:RadToolBar>

 

Regards

Raju Tiwari

0
Stefan
Telerik team
answered on 22 Jun 2017, 08:51 AM
Hi Raju,

Thank you for this clarification.

Thanks to it I managed to reproduce the reported behavior. I am investigating what the cause for it might be, but I need a little more time for this. I will update you as soon as I have a result. Thank you in advance for your patience.

Regards,
Stefan X1
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Stefan
Telerik team
answered on 28 Jun 2017, 02:54 PM
Hello Raju,

Firstly, thank you for your patience.

After researching the case, it seems that the control has its internal logic for applying the styles of its elements. Thus, the Styles targeting the RadButton controls within it are not applied, as they are with lower priority. However, you can alter the default visual appearance through the usage of ItemContainerStyleSelector. This approach is demonstrated in the ToolBar Custom Styled Elements SDK Example. The demo demonstrates applying a ToolTip as well. Can you please check it out?

Regards,
Stefan X1
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
Menu
Asked by
Raju
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Raju
Top achievements
Rank 1
Share this question
or