Hi,
The requirement is to monitor the Ctrl+S event, then Overwrite the dialog of selection file and give the default path and filename.
How to solve this?
Thanks!


Hello,
I have a problem using radmenu in RadWindow.HeaderTemplate.
The radmenu items are displayed but the sub items aren't and nothing happens when i click on item.
Here is my code :
<telerik:RadWindow x:Class="MainWindow" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" Header="Test" Height="900" Width="1400" WindowStartupLocation="CenterScreen" FontFamily="Segoe UI Bold" FontSize="18"> <telerik:RadWindow.HeaderTemplate> <DataTemplate > <telerik:RadMenu Background="Transparent" HorizontalAlignment="Right" ClickToOpen="false" > <telerik:RadMenuItem Header="Item1" /> <telerik:RadMenuItem Header="Item2" > <telerik:RadMenuGroupItem> <telerik:RadMenuItem Header="SubItem1"/> </telerik:RadMenuGroupItem> </telerik:RadMenuItem> </telerik:RadMenu> </DataTemplate> </telerik:RadWindow.HeaderTemplate> <Grid> </Grid></telerik:RadWindow>
Thanks in advance.
Regards.
I have Prism application and the shell window is a RadRibbonWindow with a RadRibbonView. The close button is shifted left. I cannot figure out why. If I replace the RadRibbonWindow with a Window, then the close button renders in the correct location. Attached is an image of the RadRibbonWindow with close box shifted left. Thanks.
Hi Telerik,
I would like to ask, if it default behavior for the dialog, that if the folder input is empty, the Open Folder button is enabled?
And if it is true, then where can I find the folder name, cause the Filename property is null?
I saw on the following pictures, that if the folder input is empty, the button is disabled.
https://docs.telerik.com/devtools/wpf/controls/radfiledialogs/overview
It would be nice if you could help me here.
with kind regards
There are a few question relating to customizing appointments :
1. Is there any way to change the shape of an appointment? i.e. have an ellipsed shaped appointment instead of a rectangle one?
2. Is there any way to remove the resizing grips from an appointment that appear when you mouse over?
3. Is there any way to have two appointments that overlap to just overlap each other and not shrink to half the row size?
Many Thanks.
Hello i just want to ask if is it possible to set the maximize item in radtileview control manually from code behind.
Like i want to set the starting maximize tile view item by index 1 or 2.
below is my xaml markup.
<telerik:RadTileView MaximizeMode="One"
MinimizedColumnWidth="135"
MinimizedItemsPosition="Left"
MinimizedRowHeight="52"
PreservePositionWhenMaximized="True"
IsSelectionEnabled="True"
SelectionChanged="RadTileView_SelectionChanged"
SelectionMode="Single"
TileStateChangeTrigger="SingleClick">
<telerik:RadTileViewItem Header="Item 1">
</telerik:RadTileViewItem>
<telerik:RadTileViewItem Header="Item 2">
</telerik:RadTileViewItem>
<telerik:RadTileViewItem Header="Item 3">
</telerik:RadTileViewItem>
</telerik:RadTileView>
Thanks,
