Hello,
I create a datatemplate for PointTemplate of LineSeries, each point will be displayed as a small image, it works and show the image.
The problem is if there are a lot of points in a small area, all images are overlapped, see image1.
Is it possible to hide the images when the points are too close, and show the image when zoom + and the points have a enough space to show (see image2)
Thanks
I would like to make the OK and cancel buttons in the tool settings panel visible when using RadImageEditorUI. I found this thread: http://www.telerik.com/forums/how-to-make-settings-buttion-visible which explains that the buttons do exist but are collapsed by the default template.
So I've tried adding the style from that thread (with the visibility removed) to the resources of my Window containing the RadImageEditorUI. However this modified style does not seem to actually get applied. Instead the default style with the collapsed button is used.
How can I make sure that this style is used or otherwise make these buttons visible?
Hi Team,
Can you please let me know the Max number of rows and Column RadSpreadsheet control can support?
I have tried to open an excel with 1M of records and got an outofmemoryexception.
Is there any workaround for this?
also I have noticed pasting is taking a lot of time? Is there any way to make it faster?
Thanks,
Rajib

<interactivity:Interaction.Behaviors> <local:EmptyDataTemplateBehavior> <local:EmptyDataTemplateBehavior.EmptyDataTemplate> <DataTemplate> <TextBlock Text="No data to display" HorizontalAlignment="Center" VerticalAlignment="Center" Visibility="{Binding MessageVisibility}" /> </DataTemplate> </local:EmptyDataTemplateBehavior.EmptyDataTemplate> </local:EmptyDataTemplateBehavior></interactivity:Interaction.Behaviors>I'm not able to use the ui for wpf for recorded codedui tests - I create a new Telerik Test Project but now I want to record using the telerik controls
is this possible to record tests via the Telerik Test Project?
Hello,
I need Telerik.Windows.Controls.Docking.dll with version 2013.3.1316.45. Can I get NUGET package for this version.
Thanks
Ajay

Hello
how is it possible to achieve different background / display colors for one appointment with multiple resources?
For
example one appointment for one doctor but also for physiotherapy, OP
and surgery at the same time. We now see the one appointment in all
these resource columns, which is correct. We would also like this one
appointment to have all different background colors pertaining to the
individual resources (in properties for the resources defined).
Sincerely,
A.Kasar
Hi,
after last release updated my treeview get the following random error:
Application_UnhandledThreadException
Output: A first-chance exception of type 'System.NullReferenceException' in Telerik.Windows.Controls.GridView.dll
StackTrace:
in Telerik.Windows.Controls.TreeListView.TreeListCellsPanel.GetCellLeftOffset(UIElement child, Double childWidth)in Telerik.Windows.Controls.GridView.GridViewCellsPanel.ArrangeVirtualizedCell(GridViewCellBase cell, Size finalSize)in Telerik.Windows.Controls.GridView.GridViewCellsPanel.ArrangeVirtualizedCells(Size finalSize)in Telerik.Windows.Controls.GridView.GridViewCellsPanel.ArrangeOverride(Size finalSize)in Telerik.Windows.Controls.TreeListView.TreeListCellsPanel.ArrangeOverride(Size finalSize)in System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)in System.Windows.UIElement.Arrange(Rect finalRect)in System.Windows.ContextLayoutManager.UpdateLayout()in System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)in System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()in System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()in System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)in System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)in System.Windows.Threading.DispatcherOperation.InvokeImpl()in System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)in System.Windows.Threading.DispatcherOperation.Invoke()in System.Windows.Threading.Dispatcher.ProcessQueue()in System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)in MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)in MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)in System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)in MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)in System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)in System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)in System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)in System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)in System.Windows.Forms.Application.Run(Form mainForm)in SISCO.MileMATE.WinUI.Program.RunApplication(Boolean mailBugEnabled) in ****\Program.cs:riga 157in SISCO.MileMATE.WinUI.Program.Main(String[] args) in ****\Program.cs:riga 114in System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)in System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)in Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()in System.Threading.ThreadHelper.ThreadStart_Context(Object state)in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)in System.Threading.ThreadHelper.ThreadStart()