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: 22 Aug 2014 14:07 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
6
Use Matrix3DProjection for 3D transformation
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
The project configuration wizard displays a list of assemblies that we can include or exclude from the current project.
It would be much more useful if this window lists all the different controls and we select the controls we want to use. Currently, we ne
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
4
Add metadata driven validation support for:
- RadComboBox
- RadDateTimePicker
- RadNumericUpDown
Unplanned
Last Updated: 05 Jan 2017 12:08 by ADMIN
The LocalizationManager doesn't apply the ResourceKey if the Content/Text properties are defined in XAML between the opening and closing tag of the control - for example Button or a TextBlock control.
Unplanned
Last Updated: 05 Jan 2017 08:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for Silverlight
Type: Feature Request
2
Create FileThumbnail control:
I would love to have an easy way to display the thumbnail preview of a file. The Windows Shell does it, but the pInvoke code required to make this work is excessive.
Something like this:
http://stackoverflow.com/questions/1439719/c-sharp-get-thumbnail-from-file-via-windows-api
Perhaps a "RadFileThumbnail" control?
The Windows API Code Pack for Windows 7 has something like this, but you lock yourself into Windows 7 by using it.
http://archive.msdn.microsoft.com/WindowsAPICodePack
Unplanned
Last Updated: 05 Jan 2017 12:02 by ADMIN
If the Telerik.Windows.Controls assembly is referenced from a local folder whilst the Telerik.Controls.Navigation.dll is referenced from the installation folder, as soon as a control from Navigation is added in a UserControl, a design-time exception is raised.
The excpetion is "Error HRESULT E_FAIL has been returned from a call to a COM component."
StackTrace:    at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
   at MS.Internal.XcpImports.Collection_InsertValue[T](PresentationFrameworkCollection`1 collection, UInt32 index, CValue value)
   at MS.Internal.XcpImports.Collection_InsertDependencyObject[T](PresentationFrameworkCollection`1 collection, UInt32 index, DependencyObject value)
   at System.Windows.PresentationFrameworkCollection`1.InsertDependencyObject(Int32 index, DependencyObject value)
   at System.Windows.Controls.UIElementCollection.InsertInternal(Int32 index, UIElement value)
Unplanned
Last Updated: 30 Jan 2017 08:03 by Miroslav Paskov
Created by: Miroslav Paskov
Comments: 0
Category: UI for Silverlight
Type: Bug Report
1
When placed in a RadWindow, there is a LayoutCycle exception if the layout transform is re-applied when the content of the LCC is not visible.

Workaround: Set MinHeight to the RadWindow.
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.
Unplanned
Last Updated: 05 Jan 2017 08:00 by Nick
Created by: Nick
Comments: 0
Category: UI for Silverlight
Type: Feature Request
1
If the user clicks one of the sides of the cube, it stops spinning and displays the image/control that they clicked on.
Also, if the user clicks the non-rotating image/control, then the cube starts spinning again.

If the user doesn't click on the non-rotating image/control after a specified period of time, that the cube should start rotating again on it's own.
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 ...
Unplanned
Last Updated: 16 Nov 2018 12:49 by ADMIN

At this point not much else is known other than the stack trace. The stack trace suggests that this happens on selection done by dragging the mouse and perhaps the document is with incorrect structure.


Exception: [ArgumentNull_Generic]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.50907.00&File=mscorlib.dll&Key=ArgumentNull_Generic
Parameter name: inline

at Telerik.Windows.Documents.Model.RadDocument.GetContainingAnnotationRanges[TRangeStart](Inline inline, Predicate`1 filter, Boolean inclusive)

at Telerik.Windows.Documents.DocumentPosition.get_IsPositionInSkipPositionRange()

at Telerik.Windows.Documents.DocumentPosition.get_IsValidPosition()

at Telerik.Windows.Documents.DocumentPosition.Validator.EnsureValidPosition(DocumentPosition position, Func`1 shouldSearchForward)

at Telerik.Windows.Documents.Selection.MouseSelectionHandler.UpdateSelectionAndCaretPosition()

at Telerik.Windows.Documents.Selection.MouseSelectionHandler.RegisterDocumentMouseMove(Point position, SourceType source)

at Telerik.Windows.Documents.UI.DocumentPresenterBase.HandleMouseMoveOnPosition(Point position, SourceType source)

at Telerik.Windows.Documents.UI.DocumentPresenterBase.Owner_MouseMove(Object sender, MouseEventArgs e)

at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)

at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)


Unplanned
Last Updated: 14 Jan 2019 14:03 by ADMIN

Here is the error:

Invalid XmlnsDeclaration occurs in assembly 'Telerik.Windows.Controls.GridView, Version=2018.3.1016.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. XmlnsDeclaration references a namespace 'Telerik.Windows.Controls.MultiColumnComboBox' that is not in the assembly.

It is reproducible only in Visual Studio 2010 SP1.