This question is locked. New answers and comments are not allowed.
PeriodEnd and PeriodStart are bound from VM, the silder of RadTimeBar won't move.
If they are coded in xaml file, it works. Why?
Product version is 2011.2.0712.1040
it didn't work.
view:RadTimeBarProperty.StartDate="{Binding PeriodStart, Mode=OneWay}"
view:RadTimeBarProperty.EndDate="{Binding PeriodEnd, Mode=OneWay}"
it didn't work.
PeriodStart="{Binding PeriodStart, Mode=TwoWay}"
PeriodEnd="{Binding PeriodEnd, Mode=TwoWay}"
it did work.
PeriodEnd="2012-1-9"
PeriodStart="2005-5-19"
If they are coded in xaml file, it works. Why?
Product version is 2011.2.0712.1040
it didn't work.
view:RadTimeBarProperty.StartDate="{Binding PeriodStart, Mode=OneWay}"
view:RadTimeBarProperty.EndDate="{Binding PeriodEnd, Mode=OneWay}"
it didn't work.
PeriodStart="{Binding PeriodStart, Mode=TwoWay}"
PeriodEnd="{Binding PeriodEnd, Mode=TwoWay}"
it did work.
PeriodEnd="2012-1-9"
PeriodStart="2005-5-19"