This question is locked. New answers and comments are not allowed.
i add the SchuleView Theme to my project.
and the controlTemple Binding like:
for example: i follow the demo project,and binding the ItemsSource successfully. but how can i make the RadComboBox has default value? set the SelectedIndex seems to not use. and how to binding IsEnabled property.which palace i can set the value. and how to ClearSelectionButtonContent Property to localization?
sorry that i am a fresher.
thank you.
and the controlTemple Binding like:
<telerik:RadComboBox x:Name="PART_TimeMarkers" Margin="2 1" Width="110" IsEnabled="{Binding IsReadOnly, Converter={StaticResource InvertedBooleanConverter}}" ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Clear All" EmptyText="TimeMarkers
" ItemsSource="{Binding TimeMarkers}" SelectedItem="{Binding Occurrence.Appointment.TimeMarker, Mode=TwoWay}" ItemTemplate="{StaticResource TimeMarkerComboBoxItemContentTemplate}" SelectionBoxTemplate="{StaticResource TimeMarkerComboBoxItemContentTemplate}" telerik:StyleManager.Theme="{StaticResource Theme}"/>sorry that i am a fresher.
thank you.