Telerik Forums
UI for WPF Forum
3 answers
107 views

I have the problem, that my currently highlighted row is not visible, if it is under a selectedrow. For example if i have a gridview with 10 rows, and 5 of them are selected. If i navigate up and down in the grid with the arrow keys, the heighlighted row is only visible in not selected rows. What can i do here? It's seems to be an "z-order" problem or some thing like this.

 Thank you!

Martin
Telerik team
 answered on 27 Oct 2015
11 answers
139 views

Hello,

I have some graphical problems / questions with RadRibbonWindows / RadRibbonView in my application :
I use implicit theming.

  • In attached file "Ribbon01.jpg", in some themes like Office2013, there is no margin at left and right of ApplicationButtonContent ? The following RadRibbonTabs have margin in the header.
  • In attached file "Ribbon01.jpg", the ComboBox(s) have not the good style.
  • In attached file "Ribbon02.jpg", the contextual group do not cover the size of the RadRibbonTab header.
  • In attached file "Ribbon03.jpg", the title bar of theme "Windows Touch 8" is not correct.
  • Is there a static resource in Telerik RibbonView DLL that provide a background brush for the window content.

Best regards,
Geoffrey

Evgenia
Telerik team
 answered on 27 Oct 2015
1 answer
106 views

Dear support,

I have three TreeListView-components next to each other. Every one of them shows a part of the same data (scrolling and expanding is synchronised between these three treelistview). So only the most left component has to show the indent-indicator (the black triangle). How can I hide the indicators of the other two TreeListViews?
 

Thanks in advance

Marcus

Stefan Nenchev
Telerik team
 answered on 27 Oct 2015
3 answers
65 views

If you are using a HeaderTemplate and save the layout, when the layout is loaded next the headertemplate is blown away and replaced with a TextBlock.  Title works just fine and is able to apply it's template.

 

I believe the code bug is in DockingLayoutFactory.cs in the RadPane LoadPane(XmlReader reader) method

 

 public RadPane LoadPane(XmlReader reader)
        {
            string name = reader.Name;
            Dictionary<string, string> attributes = ReadAttributes(reader);
            RadPane elementByTypeName = null;
            if (attributes.ContainsKey("SerializationTag"))
            {
                elementByTypeName = this.docking.NotifyElementLoading(attributes["SerializationTag"]) as RadPane;
            }
            if (elementByTypeName == null)
            {
                elementByTypeName = this.GetElementByTypeName(this.docking.GeneratedItemsFactory, name) as RadPane;
            }
            if (elementByTypeName == null)
            {
                throw new InvalidOperationException();
            }
            if (attributes.ContainsKey("SerializationTag"))
            {
                RadDocking.SetSerializationTag(elementByTypeName, attributes["SerializationTag"]);
            }
            ReadProperty(attributes, elementByTypeName, RadPane.IsPinnedProperty, "IsPinned", boolParser);
            ReadProperty(attributes, elementByTypeName, RadPane.IsHiddenProperty, "IsHidden", boolParser);
            ReadProperty(attributes, elementByTypeName, RadPane.TitleProperty, "Title", identityParser);
            ReadProperty(attributes, elementByTypeName, HeaderedContentControl.HeaderProperty, "Header", identityParser);​

The above line should most likely read:  ReadProperty(attributes, elementByTypeName, RadPane.HeaderProperty, "Header", identityParser);​

It looks that's why the control template is getting blown away.

 Anyway to get this fixed?

Vladi
Telerik team
 answered on 27 Oct 2015
5 answers
209 views
Hi

Is there a way how to set MaxWidth on the value column?

Thanks.
Stefan
Telerik team
 answered on 26 Oct 2015
2 answers
200 views

Hi,
We need to implement a TreeListView with dynamic columns, in order to show kind of "pivot table". We have tried this code but without result, the TreeListView don't recognize the items object to show data in hierarchical format. the component show only the first level however data are correctly loaded (when we use the same ObservableCollection "DataSource" as ItemsSource of a simple TreeView the hierarchy is correctly shown).

Tks.

Stefan
Telerik team
 answered on 26 Oct 2015
1 answer
185 views

How to use the sample canvas from my dictionary instead of LargeImage for the button?

<Canvas x:Key="Users" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="appbar_group" Width="76" Height="76" Clip="F1 M 0,0L 76,0L 76,76L 0,76L 0,0">
    <Path Width="50.6667" Height="41.1667" Canvas.Left="12.6667" Canvas.Top="17.4167" Stretch="Fill" Fill="#FF000000" Data="F1 M 38,26.9167C 42.618,26.9167 44.5972,29.5555 43.9312,35.0945C 44.5262,35.4358 44.9271,36.0773 44.9271,36.8125C 44.9271,37.7121 44.3269,38.4715 43.5051,38.7122C 43.1618,39.9358 42.6286,41.0191 41.9583,41.8856L 41.9583,46.0486C 44.1574,46.4884 45.9167,46.7083 48.5555,48.0278C 51.1944,49.3472 52.0741,50.5567 53.8333,52.316L 53.8333,58.5833L 22.1667,58.5833L 22.1666,52.316C 23.9259,50.5567 24.8055,49.3472 27.4444,48.0278C 30.0833,46.7083 31.8426,46.4884 34.0417,46.0486L 34.0417,41.8856C 33.3714,41.0191 32.8382,39.9358 32.4949,38.7121C 31.6731,38.4715 31.0729,37.7121 31.0729,36.8125C 31.0729,36.0773 31.4737,35.4358 32.0688,35.0945C 31.4028,29.5555 33.3819,26.9167 38,26.9167 Z M 25.8611,46.8403C 23.6735,47.9341 23.8824,47.7648 22.6094,49.0834L 12.6667,49.0833L 12.6667,42.816C 14.4259,41.0567 15.3056,39.8472 17.9444,38.5278C 20.5833,37.2083 22.3426,36.9884 24.5417,36.5486L 24.5417,32.3856C 23.8714,31.5191 23.3382,30.4359 22.9949,29.2122C 22.1731,28.9715 21.5729,28.2121 21.5729,27.3125C 21.5729,26.5773 21.9738,25.9358 22.5688,25.5945C 21.9028,20.0556 23.8819,17.4167 28.5,17.4167C 32.8315,17.4167 34.8414,20.9258 34.5246,25.7844C 31.6667,26.9167 30.0833,28.5 30.0896,33.1153C 29.4946,33.4566 29.0938,34.0982 29.0938,34.8333C 29.0938,35.7329 29.2981,36.8882 30.1199,37.1288C 30.4632,38.3525 30.9964,39.4358 31.6667,40.3023L 31.6667,44.8611C 29.4676,45.3009 28.5,45.5208 25.8611,46.8403 Z M 50.1389,46.8403C 47.5,45.5208 46.5324,45.3009 44.3333,44.8611L 44.3333,40.3023C 45.0036,39.4358 45.5368,38.3525 45.8801,37.1288C 46.7019,36.8882 46.9062,35.7329 46.9062,34.8333C 46.9062,34.0982 46.5054,33.4566 45.9104,33.1153C 45.9167,28.5 44.3333,26.9167 41.4754,25.7844C 41.1585,20.9257 43.1685,17.4167 47.5,17.4167C 52.118,17.4167 54.0972,20.0555 53.4312,25.5945C 54.0262,25.9358 54.4271,26.5773 54.4271,27.3125C 54.4271,28.2121 53.8269,28.9715 53.0051,29.2121C 52.6618,30.4358 52.1286,31.5191 51.4583,32.3856L 51.4583,36.5486C 53.6574,36.9884 55.4166,37.2083 58.0555,38.5278C 60.6944,39.8472 61.5741,41.0567 63.3333,42.816L 63.3333,49.0833L 53.3906,49.0833C 52.1176,47.7648 52.3265,47.9341 50.1389,46.8403 Z "/>
</Canvas>
 

 

                    <telerik:RadCollapsiblePanel>
                        <telerik:RadRibbonButton Text="Users"
                                             AllowDrop="True"
                                             LargeImage="..\Images\NewEmail.png"
                                             Size="Large"
                                             telerik:ScreenTip.Title="Users"
                                             telerik:ScreenTip.Description="Add or remove Users."
                                             telerik:KeyTipService.AccessText="U"
Command="{Binding UsersCommand}"/>     

Evgenia
Telerik team
 answered on 26 Oct 2015
3 answers
733 views
Hello,

I'm using RadTabControl in my application. The RadTabControl is into a Grid (RowDefinition = GridLength.Auto).
I want that all tabs content have the same height (the height of the first Tab).

How to bind content height of the tabs to the content height of the first tab ?

Hope, my question is clear.

Best regards,
Geoffrey

Geoffrey
Top achievements
Rank 1
 answered on 26 Oct 2015
1 answer
627 views
How can I set the GridView's row virtualization from recycling to standard? I'm running into an issue where cells are being recycled without having their converters called, which leads to incorrect templates being used.
Petya
Telerik team
 answered on 26 Oct 2015
2 answers
79 views

Dear support,

With GridViewDataColumn.IsReadOnly = false I can set all cells of one column to read/write. But how can I achieve this only for the leaves of every branch?

Thanks in advance
Marcus

Marcus
Top achievements
Rank 1
 answered on 26 Oct 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?