I bound RadTileList's Tile Item with Number type field. and assigned ContentTemplateSelector. Idea is I want to load different Templates based on bound Content.
ContentTemplateSelector is working fine, and I am getting required result. Only minor issue I found that Content value (number) appears at bottom before Template loads i.e. before animation I can see Coent value which is (1,2,3,4).
I noticed the same issue in WPF demo NASDAQ tile. For reference I am attaching screenshot and yellow highlighted actual content value. Is there any way to hide actual Content value.
Hi all
I used to have a tree structure format where everything was related to the root in a specific direction.
An example:
E.g. Having a company and see its shareholders and shareholder of shareholders etc.
Now I want to add further elements above the root, to show from which elements it is derived.
E.g. See in which other companies, my company is shareholder of
I tried setting TreeLayoutType as MindmapVertical, but it is not what I expected.
As I presume I cannot point the position (up/below root) the elements will be drawn.
It just semi-randomly selects which will be drawn where from the whole list of child elements.
Another idea I had was to read the whole list of child elements and make the furthest one the root.
Then I will go down rows till I reach the actual root.
Then traverse the tree downwards like I would do previously.
I haven't tried it, but I would suppose eventually the alignment of the tree would be totally wrong.
In general, has anyone ideas on how I can achieve the wanted functionality using Telerik?
Problem:
Connection is auto adjusted on first touch with other connection. On the second touch connection is fix (is not adjusted).
I also need a "firm connection" the first time I touch it.

I have multiple RadDateTimePicker in different forms/pages. Can I set the display format of RadDateTimePicker in styling to have it applied globally across the project?
Thank you.
Good day.
ControlTemplate of the RadTabControl defines a single ContentPresenter that holds only the currently selected RadTabItem's Content whice means Tab Item content will only be loaded when the Tab is selected.
I have this scenario where i have multiple Tab in a page. Tab 1 is the first tab opened when the page loaded. in my Tab 2, I have a UserControl with a GridView. I have a command Bound in the Loaded event of that UserControl. Now when the Page is loaded and shows the Tab 1, the Loaded command bound in the UserControl in Tab 2 is firing which I think the content of Tab 2 is also loaded?
Can someone explain me what is happening here?
Thank you very much.
Good day.
I have 3 Tabs. Each RadTabControl have a RadGridView inside. When I search/filter in RadGridView 1 inside Tab 1 then move to Tab 2 and go back to Tab 1, the search/filter on the RadGridView 1 is removed. How can I retain the filter value in RadGridView when I change Tabs.
Also I noticed that when I go back to Tab 1 with the RadGridView 1, the filtered value was removed and a BusyIndicator is blocking the RadGridView 1 and does not disappear.
Thank you.
Good day,
How can I bind/trigger a command in my ViewModel on GridView Row DoubleClick. Is there a way I can bind it without codebehind
Thanks
Hi there,
we want to change the default WrappingStyle when inserting images.
The images are inserted via Copy&Paste or Drag&Drop.
They should all have WrappingStyle "Square" when inserted (and not WrappingStyle "In line with text").
What is the simplest solution to do this?
Thank you, Andi
Hello.
I want the color outside the tab menu (button) to be transparent. (The image is gray)
How do I customize it?
<telerik:RadTabControl SelectedIndex="0" VerticalAlignment="Stretch" TabStripPlacement="Top" BorderBrush="Blue" Background="Red" BorderThickness="1" />
Thanks.

Hello, we recently implemented a word count feature in the RadRichTextBox by using the GetStatisticsInfo method of the RadDocument class. We noticed word counts are not accurate and determined that the document contained some non-breaking spaces (0xA0) instead of normal spaces (0x20), and when these non-breaking spaces were positioned in span text separately like this: <t:Paragraph> <t:Span Text=" " /> </t:Paragraph>, then the word count included this as a word.
Since we can't control the document content that is imported, we could work around this issue by replacing the non-breaking spaces with normal spaces before getting a word count, but I am not sure of the best approach for doing so. Please let me know a solution for the replacement, or if this is something you will be fixing at some point.
Thanks,
Bob
