Hello,
I've been playing around the the LabelFormat property of the DoughnutSeries and it seems like I can only express label data as a percentage:

Hi,
is it possible to translate the buttons in the RadSpellChecker-Dialog (see Screenshot) into german?
Regards,
Frank.

Hi ,
I am new to the Telerik, exploring it for desktop application automation for my company.
I am not able to run the recorded steps for WPF application.
When i try to run its showing below compiler error
'ERROR' > C:\Users\localuser\Documents\Test Studio Projects\TestProject_desktop\Pages.g.vb(46,0) : error BC30201: Expression expected.
below is the code generated
Imports Telerik.WebAii.Controls.Xaml.Wpf
Imports System
Imports System.Collections.Generic
Imports System.Text
Imports System.Linq
Imports ArtOfTest.Common.UnitTesting
Imports ArtOfTest.WebAii.Core
Imports ArtOfTest.WebAii.Controls.HtmlControls
Imports ArtOfTest.WebAii.Controls.HtmlControls.HtmlAsserts
Imports ArtOfTest.WebAii.Design
Imports ArtOfTest.WebAii.Design.Execution
Imports ArtOfTest.WebAii.ObjectModel
Imports ArtOfTest.WebAii.Silverlight
Imports ArtOfTest.WebAii.Silverlight.UI
Imports ArtOfTest.WebAii.Wpf
Namespace TestProject_desktop
Public Class WPFTest
Inherits BaseWebAiiTest
#Region "[ Dynamic Pages Reference ]"
Private _applications As Applications
'''<summary>
''' Gets the Applications object that has references
''' to all the elements, windows or regions
''' in this project.
'''</summary>
Public ReadOnly Property Applications() As Applications
Get
If (_applications Is Nothing) Then
_applications = New Applications(Manager.Current)
End If
Return _applications
End Get
End Property
#End Region
' Add your test methods here...
<CodedStep("LeftClick on ImgGenerateLoginImage")>
Public Sub WPFTest_CodedStep()
'LeftClick on ImgGenerateLoginImage
Applications.iRIScopeexe.iRIScope.ImgGenerateLoginImage.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 34, 52, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage, CType(0,System.Windows.Forms.Keys))
End Sub
<CodedStep("Set windowstate of 'Debug Window' to 'Minimized'.")> _
Public Sub WPFTest_CodedStep1()
'Set windowstate of 'Debug Window' to 'Minimized'.
Manager.ActiveApplication.WaitForWindow("Debug Window").Window.Minimize
End Sub
<CodedStep("LeftClick on ImgGenerateLoginImage")> _
Public Sub WPFTest_CodedStep2()
'LeftClick on ImgGenerateLoginImage
Applications.iRIScopeexe.iRIScope.ImgGenerateLoginImage.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 61, 45, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage, CType(0,System.Windows.Forms.Keys))
End Sub
<CodedStep("Click BtnReasontestButton")> _
Public Sub WPFTest_CodedStep3()
'Click BtnReasontestButton
Applications.iRIScopeexe.iRIScope.BtnReasontestButton.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 154, 30, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Pixel)
End Sub
End Class
End Namespace

Hi Team,
We have prepared a sample for DeferRefresh issue. While creating a Appointment, changing the currentdate(View Refresh) for scheduler, it is thrown "Deferrefresh is not allowed during an addnew or edit item transaction" exception.
In our application, we have refresh the scheduler view (Changing current date) continuously through bindable property and immediately creating the appointment. Here we are getting this exception.
Sample : https://drive.google.com/file/d/1IL_fqyugJDj2VMX7lqxGXbro1rtRU7sM/view?usp=sharing
Please suggest how to handle this issue?
Thanks,
Srinivasan

Hi
I am working on a DragAndDrop about RadTreeListView.There are two screens that use this RadTreeListView, one that requires the draganddrop function, and one that needs to disable the draganddrop function.The screen with the drag function disabled sets the following property to false:
RadTreeListViewDropBehavior.IsEnabled="{Binding CanDragFlag}".But, When this screen is dragged, the content set in DragVisual Content will be displayed. What is going on? I don't want to have any drag effects
Hello,
If the RadSyntax editor is in read-only mode and you press Ctr+F, the find/replace dialog is displayed. If I enter text in Find and Replace and press the Replace button, the text is replaced!
The Replace and Replace All buttons must be disabled in read-only mode.
Hello,
Or at least provide a way for developpers to define a new syntax highlighter.

Hi there,
Is there anyway to get rid of time and just show date (ex: 10/08/2019) in Start and End columns? I don't need to see time, I just want to see date.
Please assist me.
Thanks,
Bahram Afsharipoor
Hi there,
I have a requirement which is implementing a horizontally infinite scrolling on a GridView. Basically, I want to be able to add new columns to my GridView and see them as I am end of scrolling(either side). I know how to add and bind new columns to my GridView at run-time, but I don't know if there is any event or trick that I can use to detect if I am end of scrolling or not(so I can add new columns...).
Can someone please help me with this?
Thanks,
Bahram Afsharipoor