I did some searching around but couldn't find anything about this, and I surprised it hasn't come up. I have several hotkeys using input bindings, which include "Alt" modifiers. They input bindings do work and run the command they are supposed to, but the access keys also come up. Is there a way I can prevent the ribbon from showing the access text when I also have an input binding which handles it?
In Excel, for example, you can press Alt+ to do auto sum, and it doesn't show the access text, so it's not like this is how the ribbons are supposed to work.

Hi, I use your viewing schedule, but I'm confronted with this problem when more than 500-1000 appointments are assigned to the "month" of the navigation header, the slots on certain days are empty, although there are tasks these days.
Could there be a certain limit on the number of appointments?
Thank you for your support!
I'm using the following code (taken from WPF demos and slightly adjusted for Prism, as suggested in the documentation). However, requesting a change to the region's content doesn't show anything.
I have also tried having a ContentControl inside RadTransitionControl.Content to no avail. It is unclear to me at this point whether this is an issue with NavigationView or RadTransitionControl
<telerik:RadNavigationView x:Name="navigationView" Grid.Row="1" ItemsSource="{Binding Items}" SelectedIndex="0"> <telerik:RadNavigationView.Content> <telerik:RadTransitionControl prism:RegionManager.RegionName="ContentRegion" Duration="0:0:0.4"> <telerik:RadTransitionControl.Transition> <telerik:FadeTransition /> </telerik:RadTransitionControl.Transition> </telerik:RadTransitionControl> </telerik:RadNavigationView.Content> <telerik:RadNavigationView.PaneFooter> <telerik:RadNavigationViewItem Content="Settings" Command="{x:Static common:NavigationViewSettingsCommands.OpenSettingsDialogCommand}" CommandParameter="{Binding ElementName=navigationView}" IconTemplate="{x:Null}"> <telerik:RadNavigationViewItem.Icon> <telerik:RadGlyph Glyph="" FontSize="20" /> </telerik:RadNavigationViewItem.Icon> </telerik:RadNavigationViewItem> </telerik:RadNavigationView.PaneFooter></telerik:RadNavigationView>Hi,
I'm trying to find a way to set the GridViewColumn Visibility to Hidden when IsVisible = False. The default "IsVisible=False" behaviour is Collapsed.
Thanks

Hello
I'm using the radgridview and would like to animate the opening and closing of the rowdetails. How do I make it similar to the animation of the expander (without specifying a height).
I'm using version 19.1.220 with the material theme.
Thanks


It is causing a lot of issues for us that the row stays in edit mode if you click out from one cell into another. I would like to disable this but everything I have tried either doesn't work, or the cell flashes up into edit mode before the editor goes away.
For example, if I handle the CurrentCellChanged and either commit or cancel the edit, it just goes back into edit mode anyway. I can use BeginInvoke which kind of work but causes some other issues for me down the line.

We have a Timeline that is being used to display different types of data, grouped by collector. We would like to somehow have icons on the left side of the Timeline to help identify the different data types, that would remain in place as the Timeline is scrolled horizontally, and would collapse and expand with the group, similar to the following mock up. Can such a thing be accomplished? We assume it would involve editing the TimelineItemGroupControl ControlTemplate, but we are unsure of how exactly this would be done.

I have a ReadTreeListView with two level of items. When a sub-level item is selected I can see no way to maintain that selection when the data source is updated (items added or removed). *See attached picture*. When the data source is updated I lose my selection. Using "EnableLostFocusSelectedState = false" helped with the top level items, but not the inner items.
Please advise.
Barry
