I recently upgraded my WPF app to the latest controls (as of 07.2021) and my Row Details seem to have stopped working. Nothing displays at all. It seems like maybe I'm missing a style resource. What theme resource files are required for rowdetails to display?
Are there any known bugs related to RowDetails in the latest release?
Hi Team,
We need to display the multiple different property values in a same column definition. Bind each property in seperate textblock and also have to show the tooltip with respective details. Please refer the attached screenshot, which we are looking for it.
Please help us to sort it.
I am Inserting placeholder (text data) from ListBox (double click and drag/drop) into RadRichtextBox.
In document section I can insert Placeholders in editor by
radRichTextBoxEditor.Insert($"{{{{{lookup.Code}}}}}");
Now I want to insert text in Header/Footer in current CaretPoistion.
1. How I can Identify that Header/Footer or main document section is currently active
2. How to insert text in header if Caret Position in header, and same for footer
I'm creating the shapes, connections programmatically based on my custom configuration file.
I'd like to change the Text color of RadDiagramConnection based on its value, like: OK-> Black; NG-> Red
See below screenshot,
Could you show me how to do it? Thanks!
I Want to Change Color of Shapes Background.
So, I tried change backgound of SelectedItem(SelectedShape) in ViewModel. then, Not changed.
I checked SelectedShape background property.
It changed.
but Not in the View.
And I tried using behind-code. but I failed.
there's My Code.
1.XAML
<telerik:RadDiagram x:Name="diagram" GraphSource="{Binding GraphSource}" SelectedItem="{Binding SelectedShape, Mode=TwoWay}"
<telerik:RadDiagram.ShapeStyle>
<Style TargetType="telerik:RadDiagramShape">
<Setter Property="Position" Value="{Binding Position, Mode=TwoWay}"/>
<Setter Property="Geometry" Value="{Binding Geometry, Mode=TwoWay}"/>
<Setter Property="Background" Value="{Binding Background, Mode=TwoWay}"/>
</Style>
</telerik:RadDiagram.ShapeStyle>
<telerik:RadButton Width="100" Height="30" Content="ChangeColor" Command="{Binding ColorCommand}"/>
2. ViewModel
private void ChageBrush(object param)
{
selectedShape.Background = new BrushConverter().ConvertFromString(SelectedBrushColor) as SolidColorBrush;
}
thanks.
This is odd, I am using the latest SP1 libraries and have followed all the steps and only see this in the WPF application. The Activities column should look like a drop-down combo box when the green checkbox is showing. Obviously, I am missing something, but not sure what it is. I hope I can look at it fresh in the morning and figure it out, but if there are tips, please let me know.
My XAML has this definition for the column:
<telerik:GridViewComboBoxColumn Header="Activities"
Width = "271"
DataMemberBinding = "{Binding Description}"
SelectedValueMemberPath = "SicCodeValue"
DisplayMemberPath = "SicCodeDescription" IsLightweightModeEnabled="true" IsComboBoxEditable="True">
</telerik:GridViewComboBoxColumn>
and I set up my itemssource via code using the following line on data load:
(this.myList.Columns[2] as GridViewComboBoxColumn).ItemsSource = (ViewModel as MyViewModel).SicCodes;
Hello,
I am using a RadAutoCompleteBox with multiselecting.
I would like a user to be able to open the dropdown by clicking on the AutoCompleteBox and to be able to select all needed items in one go.
In general it should have the same behaviour like the StaysOpenOnEdit property of the RadComboBox.
Thanks in advance
Regards,
Kai
Hello,
I want to use multiselection in a RadCombobox. Is there a way to get the same layout for the Elements as in the AutoCompleteBox?
Best Regards,
Kai
Hi Team,
I have the following queries.
1. How to show the gridlines in the GanttView. (see the attached screenshot)
2. How to hide the border line between 2 columns. (see the attached screenshot)
3. How to reduce the MajorTickLine width. I have tried the below.
Here we are showing Days, week, month wise details.
Working Criteria:
Days - 45 to 79
Week - 80 to 120
If the range of days increased more than 79, it will automatically display the week.
Not working while adjusting the range (customized range) for days and week.
Please help us to sort it out.
Hi Team,
We need to display the multiple different property values in a same column definition. Bind each property in seperate textblock and also have to show the tooltip with respective details. Please refer the attached screenshot, which we are looking for it.
Please help us to sort.
Thanks,
Sabari.