Completed
Last Updated: 22 Feb 2017 12:37 by Alex
In some cases the ZipArchive requires to use the Flush method for its stream. When the stream like the MS.Internal.InternalMemoryStream does not support it then it causes the NotSupportedException.
Completed
Last Updated: 01 May 2014 14:44 by Alex
This exception could be thrown once in a while when the layer is unloaded.
Completed
Last Updated: 26 May 2014 06:10 by Alex
When user opens the mini map and changes the zoom level of the map then the MapShapeData objects in VisualizationLayer jump and aren't positioned to correct location. This effect is kept even when the user closes mini map.
Completed
Last Updated: 28 May 2014 13:49 by Alex
When the custom map tiles provider returns the tiles up to the certain zoom level and the user zooms the map to the level above the supported level then the map should use available tiles from previous zoom level, but it show gray patches instead. It occurs when the custom map tiles provider returns null for unavailable tiles.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 23 Jun 2014 08:09 by Régis
Created by: Régis
Comments: 0
Category: UI for WPF
Type: Bug Report
0
I found a memory leak when using RadComboBox inside TabItems that are dynamically added or removed from a TabControl: even if the tab is removed, the TabItem instance stays in memory due to an instance of RadComboBox that is not collected.

If the tab has a DataContext, that may be huge memory parts that cannot be collected!...

Please find enclosed an example of WPF application that helps to reproduce the problem.
Declined
Last Updated: 30 Jun 2014 14:01 by Renier Pretorius
Created by: Renier Pretorius
Comments: 0
Category: UI for WPF
Type: Feature Request
0
The property grid (and normal grids for that matter) generate label entry pairs for each property of an object, probably using reflection to iterate over them. We have a need to manage object properties as a collection of property objects (allowing additional properties to be added at run time - dynamic objects). It would be great if the auto generate source could be set to the properties collection.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 28 Jul 2014 07:34 by ADMIN
ADMIN
Created by: Nick
Comments: 0
Category: UI for WPF
Type: Bug Report
0
This problem is resolved with lib version 2014.2.721.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Kammen
Comments: 0
Category: UI for WPF
Type: Feature Request
0
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190017 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: UI for WPF
Type: Feature Request
0
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190124 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 04 Sep 2014 11:49 by ADMIN
ContentStringFormat is not respected for ToolTip in VisualStudio2013 theme

Resolved with lib version 2014.2.908.
Declined
Last Updated: 14 Oct 2014 12:38 by ADMIN
Now that Apple released a beta for Cloudkit for Windows to access iCloud Drive, support from your CloudUpload component would be great. Also OneDrive and Dropbox support are welcomed.
Completed
Last Updated: 27 Oct 2014 15:18 by Tobias
Created by: Tobias
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Available in Q3 2014.
Declined
Last Updated: 08 Oct 2014 07:58 by ADMIN
The email was rejected somehow, so I post the reply here.

And you website can NOT upload any file!

Alex,
I have still evaluated the UI for WPF. 

I found the component is not so compatible with Chinese which it is addressed as following snapshot:

1) Define some Chinese menu in XAML(Use one of demo example you provided)
 

2) compile error: Invalid  character  specified, line 31, position 54, .'' XML invalid.
 

3) If the menu is changed to ASCII, it compile successful.

I hope the problem will be solved A.S.A.P before I make a decision.

Regards,
--
邹生华 Steven Zou 


在 2014-09-20 10:09:39,"Alex Zinn" <Alex.Zinn@telerik.com> 写道:

Hi Sun,

To follow up on my previous email, I was curious how your evaluation is going?

I also wanted to check in to see which resources (support tickets, forums, blogs, Telerik TV) you found the most useful during your evaluation, and if you encountered anything that would prevent you from recommending Telerik?

Your feedback is greatly appreciated.
Alex Zinn
Product Specialist, ALM Tools
Telerik Inc.
p: (888) 365-2779 x3223
e:  Alex.Zinn@telerik.com

Are you enjoying Telerik products? Why not join our fan page on Facebook and follow us on Twitter.



From: Alex Zinn
To: greedwind@163.com
Subject: Telerik Trial Follow Up

Hi Sun,

I noticed you recently downloaded a 30 day trial of UI for WPF. 

Please do not hesitate to contact me with any questions that come up during your evaluation period. I would be happy to help you.

I will be in touch next week to see how your evaluation is going.
Alex Zinn
Product Specialist, ALM Tools
Telerik Inc.
p: (888) 365-2779 x3223
e:  Alex.Zinn@telerik.com

Are you enjoying Telerik products? Why not join our fan page on Facebook and follow us on Twitter.


#AWFT 10156797


Declined
Last Updated: 07 Oct 2014 13:45 by ADMIN
Created by: valerio
Comments: 1
Category: UI for WPF
Type: Bug Report
0
Try to evaluate the financial dashboard based on RadDiagram WPF solution ,  but cannot build because the tag Metrotheme doesn't exist in XML namespace.
Running evaluation product 2014
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 1
Category: UI for WPF
Type: Feature Request
0

			
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190025 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Declined
Last Updated: 18 Nov 2014 15:56 by ADMIN
We use successor of System.Windows.Controls.Button in the tile. 
The button's Command property is bound with ICommand implementation instance. It works ok on mouse click but doesn't work on touch. On touch it only gets focus but command doesn't executed.

We have not tried with onClick handler because we use MVVM.

Sample project to reproduce the problem is attached.