Is it possible to add resize handles to a RadDiagramShape object, so it would look something like this?
Hi there,
we have a customized RadDiagram which seems to have a step of 20 when resizing. (I do not know where this is set).
Now we want to resize to the exact bounds of the shapes when resizing when near a delta to the bounds of a shape.
The use case is that a placeholder shape may contain other shapes (not a shape container) and when resizing we do not catch the borders because of the stepping.
When not near a border of another shape the default steps of 20 should be used.
I think the ResizingService could help us - but I do not understand how it works.
Thank you on advance,
Andi
I created a simple grid with a GridViewDataColumn bound to a DateTime property.
<telerik:GridViewDataColumn DataMemberBinding="{Binding Date}" DataFormatString="{} {0:dd.MM.yyyy}"/>
Using Office2019 Theme (NoXaml packages), when the picker area is expanded, cell area is empty, no current date value visible while modifying the picker:
It seems to be "white on white", this appears when you select the cell areas where the date parts should be located:
The date shows up as expected after leaving the cell.
Switching to Office2016 Theme, everything is fine:
This might be an issue with the specific Theme
Thanks,
Jens
Hi,
I've got a simple RadScheduleView which is displayed as a Week view only. I want to add a button to the Day Header which provides some custom "Lock" logic for that day. However, no matter what I do, the button in the header is always disabled.
Is there any way that I can achieve this?
My code:
<telerik:RadScheduleView AppointmentsSource="{Binding Items}">
<telerik:RadScheduleView.GroupHeaderContentTemplate>
<DataTemplate>
<Grid>
<TextBlock Text="{Binding Name, StringFormat=dd dddd}" HorizontalAlignment="Center" VerticalAlignment="Center"/
<Button Content="🔓" HorizontalAlignment="Right" IsEnabled="True" />
</Grid>
</DataTemplate>
</telerik:RadScheduleView.GroupHeaderContentTemplate>
<telerik:RadScheduleView.ViewDefinitions>
<telerik:WeekViewDefinition />
</telerik:RadScheduleView.ViewDefinitions>
</telerik:RadScheduleView>
Is there a SelectionBoxTemplate for the RadGridView GridViewComboBoxColumn? I saw a template that was posted in the forum area from a while ago, but when I tried it in one of the latest Telerik libraries, it doesn't work?
<telerik:GridViewComboBoxColumn Header="Sic Code"
IsComboBoxEditable="true"
DataMemberBinding = "{Binding SicCodeID}"
ItemsSource="{Binding Current.SicCodes, Source={StaticResource Lookups}}"
DisplayMemberPath="SicCodeValue"
SelectedValueMemberPath="SicCodeID"
EditTriggers="CellClick"
LostFocus="GridViewComboBoxColumn_LostFocus"
TextSearch.TextPath="SicCodeValue"
Width="226">
<telerik:GridViewComboBoxColumn.EditorStyle>
<Style TargetType="telerik:RadComboBox">
<Setter Property="ClearSelectionButtonVisibility" Value="Visible" />
<Setter Property="ClearSelectionButtonContent" Value="Clear" />
<Setter Property="Foreground" Value ="Black" />
<Setter Property="DropDownWidth" Value ="480" />
<Setter Property="OpenDropDownOnFocus" Value="True"/>
<Setter Property="SelectionBoxTemplate">
<Setter.Value>
<DataTemplate >
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" >
<TextBlock Text="{Binding SicCodeValue}" Width="70" />
<TextBlock Text="{Binding SicCodeDescription}" Width="370"/>
</StackPanel>
</DataTemplate>
</Setter.Value>
</Setter>
<Setter Property="ItemTemplate">
<Setter.Value>
<DataTemplate >
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left" >
<TextBlock Text="{Binding SicCodeValue}" Width="70" />
</StackPanel>
</DataTemplate>
</Setter.Value>
</Setter>
</Style>
</telerik:GridViewComboBoxColumn.EditorStyle>
</telerik:GridViewComboBoxColumn>
Any idea's?
Paul
Hi Telerik Team,
We have a requirement where we need to display more columns in a wrapped manner.
The row cells should also be wrapped corresponding to the columns.
I hope the winforms is having this kind of feasibility.
I would like to have it in WPF as well.
Please let me know the solution.
Attachment for your reference.
Hi guys,
I have a small testproject where I want do display a few projects with appointments.
I wanted to use the Group functionality together with resourcetypes.
Now everything works but not in the inital loading. Somehow the Group part on the left side is not displayed.
After pressing the button "aktualisieren" it displays as intended.
I tried to call the aktualisieren after loading of the window, but same, it stays empty at first.
I attached the project.
Maybe someone has an idea what causes this.
Greetings.
I am changing TrackBallTemplate and I want to get the following result:
I changed the palette to a custom palette using PaletteEntryCollection SeriesFamily = "Line" and ChartPalette.GlobalEntries
I am using ChartSeriesProvider and style TargetType = "telerik: LineSeries"
But from the DataContext of the TrackBallTemplate, I cannot find the brushes...
StrokeShapeStyle returns not my color: #FF5AA4D4
LegendItem is not available
How do I get the line brushes I need?
Thank you
------------------
WPF v.2021.1.325
Hello.
I develop other program modules.
There was a problem using the UI component telerik here.
When executing the main program with each different project, module A and module B are executed.
At this point, the telerik assembly starts loading.
In A, the telerik version is 2021.2.615.45, and B is 2021.3.1025.45. (different versions)
And when I run A and B in the main program, the screen of A is not shown and only B is shown.
That is, my guess is that only the last loaded telerik assembly will be recognized.
Is there any way to solve this?
summary) When loading two versions of telerik in one program, one screen is blank.
Thanks.
Hi, trying to speed up the points-plot (around 1000-5000 points)
I can so far conclude that we can only get a tooltip for XamlRenderOptions DefaultVisualsRenderMode="Separate" otw, no tooltip is visible.
I have tried a few options (see below) - but maybe the behavior changes once I change the render mode ?
- XamlRenderOptions DefaultVisualsRenderMode="Batch" -> no tooltip
- (geometrytype not supported by scatterpointseries)
- BitmapRenderOptions -> no tooltip
- Direct2DRenderOptions -> not tooltip