I want to bind the SelectedDate in RadCalendar, to two CurrentDate in different RadScheduleView. How can i do that?
<telerik:RadCalendar Name="radCalendar" Canvas.Left="80" Canvas.Top="200" Height="320" Width="400" SelectedDate="{Binding CurrentDate, ElementName=radScheduleView, Mode=TwoWay}" SelectionMode="Single" DisplayDate="{Binding DisplayDate, Mode=TwoWay}"> </telerik:RadCalendar>
Hi there,
I have a RadGridView with a GroupHeaderTemplate. Every time any group is expanded / collapsed or a new column grouping is added or removed, all group header controls (as defined in the GroupHeaderTemplate) are unloaded and new ones are created. Is it possible to stop this behaviour so that all group header controls are not recreated on every action?
Thanks
Russell
Hello,
after I load the tree I want to expand all items, then call BringPathIntoView(). This does not work. If I do not call ExpandAll(), BringPathIntoView will select the correct item. My requirement is that I expand the whole tree and select a specific item based on certain rules. Here's my code:
radTreeView.ItemsSource = _radTreeViewItems;
radTreeView.ExpandAll();
radTreeView.BringPathIntoView("something\\somethingChild");
The "something\\somethingChild" path is an item near the bottom of a large tree and it does not scroll down. Is there a way to wait for the ExpandAll() method to finish, then call BringPathIntoView?
Thanks,
Scott
{\rtf1{\pict\picw2700\pich2700\picwgoal2700\pichgoal2700\jpegblip\bin9889{\rtf1{\pict\picw2700\pich2700\picwgoal2700\pichgoal2700\jpegblipI am using the diagram view in MVVM mode and I have built my test app starting from the MVVM SDK sample and the Class Diagram demo.
I can create shapes and connections programmatically. Connections created programmatically can be edited. I am using "gliding" connectors. My test app is able to create new shapes by dragging/dropping shapes from the toolbox. However, I cant create new connections interactively. When I click a shape, the center point of the shape shows up, when mousing over it, it gets highlighted and the tooltip "Connect" does appear. I am getting ConnectorManipulationStarted event. When dragging the mouse away no connector is showing up, and no Completed event ever fires. I have made sure that every editing related property is enabled on shapes, connectors and diagram style, but nothing...
Any idea ?
Thanks !
L.
Hi!
We are implementing a patient history where we want to plot some medical data values with a bar series (vertical) and line series, medication with bars (horizontal) and interventions (e.g. operations) with vertical lines that have a symbol. I made an annotated drawing (attached) so the use case is clear.
The vertical bar and line graphs are easily done with the RadCartesianChart. However, what I'm missing is a chart, that can display the treatments (Placebo Forte et al.) and the treatments (syringe and scalpel). It's important for them to align with the chart, since they share the same timeline.
What would you suggest for this use case?
Thanks in advance and best regards,
luetm