Hello,
I have a RadDiagram and would like to add a visual zoom control at the bottom. I was thinking of using RadRichTextBoxStatusBar as it has the zoom slider.
1) How can I bind the zoom both ways for the diagram and that slider? I don't see a zoom property for the RadRichTextBoxStatusBar.
2) The zoompercentchanged event doesn't seem to fire.
Amiel
Dear Telerik-Team,
I am working on the migration from standard Microsoft controls to Telerik WPF UI 2017/2 suite for our software products.
Is there any way to stretch the RadRibbonGroup from the left to the right of the window (please see attached file)?
Best regards,
Markus
Hi,
I am using the RadTileView to load photos and I set the dragmode to slide, but what happens was, when you drag a photo into a different position the other photos moves in different direction as long there is a vacant slot. Is there a way to control the movement of the other objects(photos) in one direction? let say move side ways going to the right.
Thank you
Paul Villarin
Hello,
I have an application that follows the MVVM pattern that contains data presented in different RadGridView items.
My grids are bound to different QueryableCollectionViews exposed as IEnumerable properties in a view model.
Lets say I have a refresh-button that grabs data from a webapi and I want to update the grids with it.
Is there a way to refresh the QueryableCollectionView with the data without loosing filters, groupings etc?
Today I re-create my QueryableCollectionViews and manually add possible filters etc. The issue I'm having right now is that while the filters do work, the funnel icons for the filtered columns does not light up, so the client might not realise the grid is filtered.
Is there an easy way around this?
Thanks in advance,
Fredrik
To bind the IsExpanded Property to my own IsExpanded property I use the following snippet:
<Style TargetType="{x:Type telerik:RadTreeViewItem}" x:Key="ItemContainerStyle" >
<Setter Property="IsExpanded" Value="{Binding Path=IsExpanded,Mode=TwoWay}"/>
</Style>
This works fine so far but the highlight color of the nodes turned from blue into grey. How can I keep the original style and only add the setter property?
I have DragAndDrop enabled on a RadGridView. This works, but when I want to scroll or I try to resize the column header a dragAndDrop action is also started that prevents the scrolling or resizing.
How can I detect that the DragAndDrop event started on a scrollbar or a column header and stop the event?
Solutions I found on the telerik page are all with the old RadDragDropManager and not with the DragDropManager that should now be used. I can't find the equivalent function for e.GetElement<T> that was called on the in the DragDropQueryEventArgs. This would be called in the DragInitializeHandler.
Hi,
I'm facing this CPU usage increases problem when mouse over on the GridView and the application started consuming CPU usage percentage almost 28% to 35% .
By using Telerik SP1-R2-2017 Telerik Controls for WPF.
Here I've tested it on a machine having these specifications,
Windows 8.1 Sony Vaio Core-i7 3537u 3rd Generation ,System Model : svt131317cvs.
Please give me solution to fix these issues regarding to GridView .
Thanks,