Hi Everyone,
I am using 2013.2.805.45 telerik. When i add assertion on RadGridView cell control i am getting wrong hierarchy i.e cell control--> under pane -->Desktop as shown in attached image.
If we create same sample application using 2013.2.819.40 telerik it is working fine.
Please provide solution to it.
Source Code:
<Window x:Class="RadControlsWpfApp1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:my="clr-namespace:RadControlsWpfApp1"
Title="MainWindow" Height="700" Width="700">
<Window.Resources>
<my:MyViewModel x:Key="MyViewModel"/>
</Window.Resources>
<Grid DataContext="{StaticResource MyViewModel}">
<telerik:RadGridView Grid.Row="0"
Name="clubsGrid"
ItemsSource="{Binding Clubs}"
AutoGenerateColumns="False"
Margin="5">
<telerik:RadGridView.Columns>
<telerik:GridViewSelectColumn />
<telerik:GridViewDataColumn DataMemberBinding="{Binding Name}"/>
<telerik:GridViewDataColumn DataMemberBinding="{Binding Established}"
Header="Est."
DataFormatString="{}{0:yyyy}"/>
<telerik:GridViewDataColumn DataMemberBinding="{Binding StadiumCapacity}"
Header="Stadium"
DataFormatString="{}{0:N0}"/>
</telerik:RadGridView.Columns>
</telerik:RadGridView>
</Grid>
</Window>
Regards,
Rajendar.
I am using 2013.2.805.45 telerik. When i add assertion on RadGridView cell control i am getting wrong hierarchy i.e cell control--> under pane -->Desktop as shown in attached image.
If we create same sample application using 2013.2.819.40 telerik it is working fine.
Please provide solution to it.
Source Code:
<Window x:Class="RadControlsWpfApp1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:my="clr-namespace:RadControlsWpfApp1"
Title="MainWindow" Height="700" Width="700">
<Window.Resources>
<my:MyViewModel x:Key="MyViewModel"/>
</Window.Resources>
<Grid DataContext="{StaticResource MyViewModel}">
<telerik:RadGridView Grid.Row="0"
Name="clubsGrid"
ItemsSource="{Binding Clubs}"
AutoGenerateColumns="False"
Margin="5">
<telerik:RadGridView.Columns>
<telerik:GridViewSelectColumn />
<telerik:GridViewDataColumn DataMemberBinding="{Binding Name}"/>
<telerik:GridViewDataColumn DataMemberBinding="{Binding Established}"
Header="Est."
DataFormatString="{}{0:yyyy}"/>
<telerik:GridViewDataColumn DataMemberBinding="{Binding StadiumCapacity}"
Header="Stadium"
DataFormatString="{}{0:N0}"/>
</telerik:RadGridView.Columns>
</telerik:RadGridView>
</Grid>
</Window>
Regards,
Rajendar.
8 Answers, 1 is accepted
0
Hi Rajendar,
Maya
Telerik
Actually, this is a known issue when working with .Net 4.5 and we are working with Microsoft on resolving it.
I will let you know as soon as I have more information on it.
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
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 >>
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 >>
0
Rajendar
Top achievements
Rank 1
answered on 21 Oct 2013, 12:15 PM
Hi Maya,
This is blocking issue for us. Is there any workaround?
When can i expect solution?
Regards,
Rajendar
This is blocking issue for us. Is there any workaround?
When can i expect solution?
Regards,
Rajendar
0
Hello Rajendar,
Maya
Telerik
We do our best to resolve this issue as it is a blocking one for us as well. Unfortunately, as we are dependent on the support Microsoft provides on it, we cannot define any time frame for any fixes.
We do hope that we will resolve it as soon as possible.
Maya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
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 >>
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 >>
0
Hello Rajendar,
We made some modifications so that the differences between the Microsoft support for Coded UI for .Net 4.0 and .Net 4.5 are overcome. Those changes will be available in our internal build coming next week on Monday. Please download it, give it a try and let me know how it goes.
Regards,
Maya
Telerik
We made some modifications so that the differences between the Microsoft support for Coded UI for .Net 4.0 and .Net 4.5 are overcome. Those changes will be available in our internal build coming next week on Monday. Please download it, give it a try and let me know how it goes.
Regards,
Maya
Telerik
Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.
0
Rajendar
Top achievements
Rank 1
answered on 15 May 2014, 10:01 AM
Hi Maya,
Is this fix available in 2014 Q1 or from where can I this fix ?
Regards,
Rajendar.
Is this fix available in 2014 Q1 or from where can I this fix ?
Regards,
Rajendar.
0
Hello Rajendar,
We did not manage to include the fix in our official Q1 2014 since the issue had been resolved just before its release and we did not have enough time to test it. Nevertheless, it has been available in every internal build since then. You can download the latest one from your Telerik account.
Let me know in case you have any problems with it.
Regards,
Maya
Telerik
We did not manage to include the fix in our official Q1 2014 since the issue had been resolved just before its release and we did not have enough time to test it. Nevertheless, it has been available in every internal build since then. You can download the latest one from your Telerik account.
Let me know in case you have any problems with it.
Regards,
Maya
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Rajendar
Top achievements
Rank 1
answered on 16 May 2014, 06:28 AM
Hi Maya,
Thank you for fix.
I have downloaded internal telerik build from " http://www.telerik.com/account/your-products/internal-builds.aspx " link and trying to create sample RadGridView application but I am not able to create sample application. Can you help to create sample RadGridView app with this fix. If you have sometime please create sample RadGridView with this fix and deliver to us.
Regards,
Rajendar.
Thank you for fix.
I have downloaded internal telerik build from " http://www.telerik.com/account/your-products/internal-builds.aspx " link and trying to create sample RadGridView application but I am not able to create sample application. Can you help to create sample RadGridView app with this fix. If you have sometime please create sample RadGridView with this fix and deliver to us.
Regards,
Rajendar.
0
Hi Rajendar,
I am attaching a sample project using the binaries from our latest internal build (from last Monday) with a CodedUI Test project, the required ExtensionsCore binary and an image illustrating the hierarchy I get on my side.
Let me know if it differs on yours.
Regards,
Maya
Telerik
I am attaching a sample project using the binaries from our latest internal build (from last Monday) with a CodedUI Test project, the required ExtensionsCore binary and an image illustrating the hierarchy I get on my side.
Let me know if it differs on yours.
Regards,
Maya
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.