Hi there,
I have a grid where I'm setting the first column frozen, hardcoding FrozenColumnCount="1" in the XAML. I'm also allowing the user to reorder columns, but I don't want them to be able to move a column to the left of the frozen one, so I only ever have that 1 column frozen, is this possible? Thanks!
Hello, my Version=2015.3.930.45
I'm trying to show a list of items.
With usual ItemsControl it works fine (or any another control) - see pic 4
But with Carousel it shows empty items at the start and at the end.
After control loads up it shows nothing at all (if amount of items is less then ~5) - pic 1
Then I click "right" button and it shows only one item at the end - pic 2
I can scroll through the items to the empty items at the end - pic 3
If amount of items is greater then 5 - it shows them, but there are still empty items at the beginning and at the end.
I'm setting ItemsSource to an array of my items and there no nulls or anything unexpectable in the array.
Is it only problem of mine?
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