I'm using a CellStyleSelector to switch the style based on some properties of the model bound to the row
When I'm persisting the layout i need to save those style (Background and Foreground color) on two properties of my Columnproxy.
Before using the CellStyleSelector I was getting the column.CellStyle but now I got a null on that property and I'm unable to retrieve the current cell style.
Is it possible or since it's done on the fly I cannot have it?
Thanks

Hi,
i creat a diagram with the radDiagram Control, saving it as xml-file, workin fine! It is possible to find all
Elements in the Diagram with c#, so i can wirte my own xml-file?
Thanks
Best Regards
RENE

Hello,
Our company developer team is trying your product and we are wondering if its possible to set the Width and Height of the Diagram, we tried all the examples in the documentation from viewport to set a container in the center of the diagram and use it as a diagram, we used services, dragging area restrictions but non of then are working as expected.
Our main goal is the following:
We have a grid with 2 Rows (1 for buttons/ the other one for the diagram), out clients need to be able to set the area of the diagram that in the future will export the elements that are inside it.
We tried to set the height and witdth of the diagram and also the size of the viewport,however, the result is just a smaller view of the diagram but not a real smaller page.
Would you be able to help us?
As commented before we tried to implement the examples from Github, forum and documentation without success.
We will wait for your answer, thanks.

Hi,
I want to customize the BoxItem in single selection mode. As per documentation, there is no other way to customize the boxItem in Single selection mode. Because of this constraint, It is blocking our development. Any one can help me in this situation.
Regards,
Viswa Teja.
Hello,
When I transfer an object to a RadDiagram (when it happens OnDragEnter), I change the size of the DragVisual. How can I update DragVisualOffset?
Hi,
I am currently enjoying the trial of Telerik UI for WPF!
I've hit an issue which I really need to solve. My interface contains a RadTimeline and a load of other components. I need the other components to adjust in size and position as I scale/slide the range slider at the bottom of the timeline (I believe it's a RadSlider), as though 'linked' to the timeline.
To do this, instinctively I would bind to ActualVisiblePeriodRange, ActualVisiblePeriodStart, ActualVisiblePeriodEnd etc. Something like this...
<telerik:RadTimeline x:Name="RadTimeline1" ActualVisiblePeriodRange="{Binding VisiblePeriodRange, Mode=OneWayToSource}" />However, this doesn't seem to work. I am aware that these properties are readonly.
How can I get the above properties into the View Model so that I can make use of them in other view models? Bear in mind, I don't want to set ActualVisiblePeriodRange/Start/End, I just want to get their values.
Many thanks in advance!

Hello,
When the focus is on a RadComboBox, pressing Ctrl+F4 opens it.
From the documentation, F4 should open / close it, not Ctrl+F4.
This bug is annoying, because Ctrl+F4 is the standard shortcut to close a tab or a pane.