Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
8
"It would be really useful to have a RadComboBox with a RadTreeView.

The combination of RadDropDownButton with a RadTreeView seems to be an insufficient workaround:
- start-up item setup
- sync current item
- IsOpen hack in MVVM
- no validation support - which is a serious drawback
- no edit/search support"
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Bug Report
1
Fix the animation of the RadWrapPanel.
As a workaround:
<telerik:RadWrapPanel >
			<i:Interaction.Behaviors>
				<ei:FluidMoveBehavior AppliesTo="Children" Duration="0:0:0.4">
					<ei:FluidMoveBehavior.EaseY>
						<CubicEase EasingMode="EaseOut"/>
					</ei:FluidMoveBehavior.EaseY>
					<ei:FluidMoveBehavior.EaseX>
						<CubicEase EasingMode="EaseOut"/>
					</ei:FluidMoveBehavior.EaseX>
				</ei:FluidMoveBehavior>
			</i:Interaction.Behaviors>
</telerik:RadWrapPanel>
Check the attached project.
Completed
Last Updated: 14 Sep 2016 13:45 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Bug Report
11
When IsTabStop = False the focus is going through :

 *  RadAutoCompleteBox
 *  RadComboBox (when IsEditable is set to True)
 *  RadNumericUpDown
 *  RadMaskedTextInput
 *  RadDatePicker
 *  RadDateTimePicker

Available in the R3 2016 Release.

For RadAutoCompletebox, RadComboBox, RadDateTimePicker and RadNumericUpDown, the TabNavigationExtensions.IsTabStop attached property should be used to indicate whether the control is included in the tab navigation cycle.

For RadMaskedTextInput, MaskedInputExtensions.IsEditorTabStop attached property should be used.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Add a visual loading indicator to display the progress of the assemblies loading process
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
2
Telerik.Windows.Controls.Charting.dll cannot be minified
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
3
Support Documents (RichTextBox) assemblies
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
The MaskedInput controls cannot be extracted from the Telerik.Windows.Controls.Input.dll
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
9
Extend the WP7 support. Add support for each assembly and control.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
4
Sometimes the application never loads the requested dlls' content.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Feature Request
3
Implement a command line version which can be integrated with TFS.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Summer, Office_Silver, Office_Black Themes cannot be minified , after loading they dissapear from the "extracting" grid
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
RadRichTextBox`s dlls cannot be minified ( Telerik.Windows.Documents and its derivative dlls)
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
Implement a feature in the AssemblyMinifier to allow explicitely to define which classes to be included in the minified assembly - for example through a regular expression.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ColorToBrushConverter is removed but is used, causing run-time error.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for Silverlight
Type: Bug Report
2
XamlParseException when minifying the XAP
Declined
Last Updated: 09 Aug 2016 06:26 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 10:23 by Honghui
Created by: Honghui
Comments: 0
Category: UI for Silverlight
Type: Feature Request
0
Now, the only supported charts for the integration between RadPivotGrid and RadChartView are Bar, Area and Line. hope also support like pie chart ...
Declined
Last Updated: 01 Aug 2016 14:11 by anoop
Created by: anoop
Comments: 3
Category: UI for Silverlight
Type: Feature Request
0
Application hangs on windows 10 machines when executing the delegated command if the template is made dynamically
Declined
Last Updated: 06 May 2016 10:25 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
11
As a <role> I want <ability> so that <benefit>.
Declined
Last Updated: 21 Mar 2016 14:02 by ADMIN
Created by: Arathi
Comments: 1
Category: UI for Silverlight
Type: Bug Report
0
Hi team,
We are facing below list of issues with telerik test studio. We would like to know what will be the best approach to capture and run automation test cases for Silverlight web application.
Using telerik test studio we have automated our Siliverlight application but some of the test cases getting fails. Sometimes it works sometimes not.
1.	Test step to select an item form Dropdown/ComboBox fails.
2.	New version (2015.3) of telerik test studio take longer time to start execution of test cases from Visual studio. When we execute test cases from test studio, it run faster won’t take time to start execution. 
3.	Today’s captured/modified test cases works fine but the same test cases we run on next/later days than it fails at certain steps. Like element not found, not able to select an item from dropdown etc.
4.	Some of the test cases get fail when we schedule it but the same test case works fine we run it individually.
5.	We are using TFS for source code repository, Sometimes when we open automation project in visual studio than all test case files get checked out though we have not made any changes.
6.	Not able compare two different version of one test case file(if two user works on same file and one has checked in it and another one is taking latest to merge both file).
Please provide resolution of these queries. Continuously we are facing these issues.
Also let us know what are the best practice to work with telerik test studio for web app automation.