Hi,
I've discovered that french translation is missing in new file dialogs controls (resources are present but still translated in english). Is this scheduled for next release?
Thank you
Like winform has raddock.DockWindowAdded event, I want the same event for Raddocking in wpf too whenever a new radPane is added in my raddocking control.
Hi Guys, I have a problem I want to show null values in my list as gap in the RadChartView. I saw this is implemented in RadChart but I dont fint this for the RadChartView. So now my Question is how can I achieve that zero values to be displayed as gap in the graph? Thanks for your help.
Greets Max
<
telerik:RadTreeView.ItemContainerStyle
>
<
Style
TargetType
=
"{x:Type telerik:RadTreeViewItem}"
BasedOn
=
"{StaticResource RadTreeViewItemStyle}"
>
<
Setter
Property
=
"VerticalContentAlignment"
Value
=
"Stretch"
/>
<
Setter
Property
=
"HorizontalContentAlignment"
Value
=
"Stretch"
/>
<
Setter
Property
=
"IsExpanded"
Value
=
"{Binding IsExpanded, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
/>
<
Setter
Property
=
"IsEditable"
Value
=
"{Binding IsEditable, NotifyOnSourceUpdated=True}"
/>
<
Setter
Property
=
"IsSelected"
Value
=
"{Binding DataContext.IsSelected, Mode=TwoWay, RelativeSource={RelativeSource Self}}"
/>
</
Style>
</
telerik:RadTreeView.ItemContainerStyle
>
Hello Telerik Team
We use the MVVM pattern. In order to be able to handle appointments in the ViewModel, we need to know which appointment is currently selected. If the Appointment has a RecurrenceRule, the binding to the SelectedAppointment Propery doesn't work.
Here is a test project on my OneDrive account: https://1drv.ms/u/s!ApC9hrIinTjDcltMasjw7vSKeAc
Regards,
Marco
I have a RadTreeListView with many rows. I am using UI Virtualization. I use the filter and sort functions in the header of the grid. RadTreeListView.ItemsSource is binding MyTreeViewModel.Items.
Now I want to implement a "search", "search next" and "search previous" function. In many text editors you can do that with F3.
If I search in RadTreeListView.Items there are only expanded items and items that are not virtualized.
If I search in MyTreeViewModel.Items and the grid is sorted and filtered I get too many items and the sorting of the items is wrong.
How can I implement a proper "search next" Funktion?
Is there a sorted, filtered and non virtualized collection between MyTreeViewModel.Items and RadTreeListView.Items?
Hello Telerik team
We are in the process of evaluating a schedule control. Now we encountered a problem with ScheduleView. Special slots are displayed correctly in the day and week view, but in the month view it is very unpleasant to cover the whole day with a color of one of the special slots. Special slots that do not last the whole day shouldn't be displayed in the month view.
Is it possible to change this behaviour?
Regards,
Marco
Hi,
I am setting up a new development machine--brand new install of Windows and Visual Studio. When I install the UI for WPF package, it does not install the assemblies into GAC. They don't show up in the reference manager. However, the Reporting tools for WPF show up fine. Other existing environments that we have on other machines have them installed in GAC and they automatically show up in the references list. Am I missing something?
I am using VS 2017 v15.4.5