Hi.
We are currently implement an "Office Inspired" application, so are making use of the backstage view. One of the items contains a list of files the user can open. When this list becomes larger than the window, rather than a scrollbar appearing on the list, it appears on the entire backstage view.
I've attached screens of how Office currently does it, vs how it's currently working for us.
Any suggestions on how to resolve this would be much appreciated.
For reference, the list box is hosted in a grid, hosted in a content control.
I did come across this thread (http://www.telerik.com/forums/listbox-in-backstage ), in which it was stated that it is designed to behave like the Office backstage view. I was wondering if that is still correct ? We are currently using 2015.2.728.45, with the Office 2013 style applied.
I’m using a custom Tiled Provider. It seems like while zooming, the Tile Provider continually sends requests to the server, even for the zoomlevels between the wanted zoomlevel.
Ex: The map is at zoomlevel 13.
I use the mousewheel to scroll down to zoomlevel 19.
I’m not interested in zoomlevel 14-18.
This action leads to a whole lot of requests for tiles I do not need (zoomlevel 14-18), and it slows down the solution.
I even can get problems getting the tiles I will show on zoomlevel 19 because of all the loading.
Is there a way to prevent this from happening?
Could I expect the same problem when I use Bing or any other tile provider instead?
Hi,
I would like to change the text style (its FontSize) of the "ConfirmText" ContentPresenter in the RadConfirm.
I've already succeeded in changing the RadButtons style in the RadConfirm but I can't figure out how to adress this issue.
Thanks in advance.
Hi, I am working in WPF with Telerik Controls, I've implemented the Windows 8 theme, but after implement this theme my Design Area for each new Window or user Control, looks like the image that I've attached to this post, some one else have this issue?.
I've read the Telerik documentation and I dont found some info about this issue.

Hi,
Am trying to plot a chart with 50,000 records.
The rendering time required is around 8 to 10 seconds,please suggest how do I improve the performance.
Thanks in advance.

Hello,
I'm seeking a way to strip a paragraph's SpacingBefore and SpacingAfter properties when pasted into a RichTextBox from an outside source. So far all my attempts at intercepting these properties have proven futile. I've searched these forums for various ways of handling pasted data, yet none have proven effective for my particular situation. I've attempted to enumerate through the document's paragraphs and set each paragraph's SpacingBefore/After property to 0, I've attempted to change the paragraph's properties in the PastCommand handler while enumerating through paragraphs' Inlines to remove certain types (the removal works here, but not the set properties).
I'm hoping to gain advice on how this should be properly done. I can include some code snippets if that would be helpful.
Thank you,
Steve
P.S: It might also be helpful to mention the need for this came after upgrading from Telerik version 2014.1.0224.45 to version 2015.2.728.45, where the outside source styling did not carry into the RichTextBox.
I have set
FrozenColumnCount="8"
Is it then possible to only have the horizontal scroll-bar be visible under the other columns and not the frozen columsn?
Right now the scroll-bar extends from the start of the grid. But would like it to be visible under column 9 and forth
I can't find any Search Box in the WPF UI libraries.
It could possibly as simple as exposing the search/filter box from the PropertyGrid
I am still in the process of evaluating the Telerik WPF package. Everything was OK with the Chart component until I found this problem.
When loaded with plenty of data, the chart crashes with the following exception :
Decimal too big or too small
at System.Decimal..ctor(Double value)
at System.Decimal.op_Explicit(Double value)
at Telerik.Charting.LinearAxisModel.<GenerateTicks>d__0.MoveNext()
at Telerik.Charting.AxisModel.<Delay>d__1e`1.MoveNext()
at Telerik.Charting.AxisModel.TryBuildNonOverlappingTicksAndLabels(Boolean buildLabels, ValueRange`1 zoomRange, Boolean allowOverlappingLabels)
at Telerik.Charting.NumericalAxisModel.ChooseActualRange()
at Telerik.Charting.NumericalAxisModel.BeginMeasureCore(RadSize availableSize)
at Telerik.Charting.AxisModel.MeasureCore(RadSize availableSize)
at Telerik.Charting.AxisModel.Measure(RadSize availableSize)
at Telerik.Charting.NumericalAxisModel.Measure(RadSize availableSize)
at Telerik.Charting.CartesianChartAreaModel.AxisStack.Measure(RadSize availableSize)
at Telerik.Charting.CartesianChartAreaModel.PrepareAxesStacks(RadSize availableSize)
at Telerik.Charting.CartesianChartAreaModel.ArrangeAxes(RadRect availableRect)
at Telerik.Charting.ChartAreaModelWithAxes.UpdateAndArrangeAxes(SeriesByAxesTuple seriesByAxes, RadRect availableRect, RadRect& seriesRect)
at Telerik.Charting.ChartAreaModelWithAxes.ArrangeOverride(RadRect rect)
at Telerik.Charting.ChartNode.Arrange(RadRect rect, Boolean shouldRoundLayout)
at Telerik.Charting.ChartAreaModel.Arrange()
at Telerik.Windows.Controls.ChartView.RadChartBase.UpdateChartArea()
at Telerik.Windows.Controls.ChartView.RadChartBase.CallUpdateUI()
at Telerik.Windows.Controls.ChartView.RadChartBase.OnInvalidated()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at System.Windows.Application.Run()
Known problem? Any workaround?
Hi,
I have an issue with Integer and Boolean column filters in Gridview, it's always displaying blanks in the filter value suggestions.
I attached a screenshot to show the issue.
Thank you.