This is a migrated thread and some comments may be shown as answers.

PeriodEnd binding

1 Answer 82 Views
TimeBar
This is a migrated thread and some comments may be shown as answers.
Francois Vanderseypen
Top achievements
Rank 2
Francois Vanderseypen asked on 28 Mar 2011, 07:21 AM
Simple databinding on the PeriodEnd fails while a direct setting does work;

//doesn't work
Model.PeriodStart = new DateTime(2011, 4, 27);
Model.PeriodEnd = new DateTime(2011, 9, 27);
Model.SelectionStart = new DateTime(2011, 5, 27);
Model.SelectionEnd = new DateTime(2011, 6, 27);
 //works
TimeBar.PeriodStart = new DateTime(2011, 4, 27);
TimeBar.PeriodEnd = new DateTime(2011, 9, 27);
TimeBar.SelectionStart = new DateTime(2011, 5, 27);
TimeBar.SelectionEnd = new DateTime(2011, 6, 27);

The error doesn't seem to occur with the PeriodStart property.

1 Answer, 1 is accepted

Sort by
0
Accepted
Missing User
answered on 30 Mar 2011, 05:30 PM
Hello Francois Vanderseypen,

Thank you for using RadTimeBar! We are already aware of this issue and it is logged in our PITS system. Our developers are working on it and you can expect a fix in the upcoming service pack release around mid April.

All the best,
Polina
the Telerik team
Tags
TimeBar
Asked by
Francois Vanderseypen
Top achievements
Rank 2
Answers by
Missing User
Share this question
or