public class GraphSource : ObservableGraphSourceBase<Node, Link>
Hi I use the element (similar datepicker). When I change the date using the specific button the event SelectedDateChanged is raised. (correct) When I change the date writing directly in textbox the event SelectedDateChanged is not raised. (incorrect)
Do you know this problem? and Do you know the solution?
Thanks
Hello,
I installed the WPF examples but they are unusable. You have to spend hours to get them work.
You have to scroll thought a solution with 50+ projects, they are compiled with v4.0 but supportedRuntime is set to 2.0, there are Projects with incorrect StartupUri, …
Are you testing the Demos with your Test Studio solution?
I think if you want to sell something, you have to provide a minimum of quality especially for the product demo.
It’s all the same with third party components, you have to life with their quality and spend a lot of time for searching bugs and building workarounds.
Regards
<
Style
x:Key
=
"EventBase"
TargetType
=
"telerik:AppointmentItem"
>
<
Setter
Property
=
"VerticalAlignment"
Value
=
"top"
/>
<
Setter
Property
=
"Height"
Value
=
"22"
/>
<
Setter
Property
=
"Foreground"
Value
=
"White"
></
Setter
>
</
Style
>
<
Style
x:Key
=
"RuntimePhaseDefination"
TargetType
=
"telerik:AppointmentItem"
BasedOn
=
"{StaticResource EventBase}"
>
<
Setter
Property
=
"Background"
Value
=
"Gray"
></
Setter
>
<
Style.Triggers
>
<
DataTrigger
Binding
=
"{Binding IsSuccessfullyCompleted,Mode=TwoWay}"
Value
=
"True"
>
<
Setter
Property
=
"Background"
Value
=
"Green"
></
Setter
>
</
DataTrigger
>
</
Style.Triggers
>
</
Style
>