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

Issue while setting VisiblePeriodStart

1 Answer 40 Views
TimeBar
This is a migrated thread and some comments may be shown as answers.
Piyush
Top achievements
Rank 1
Piyush asked on 23 Oct 2013, 01:54 PM
Hi,

I am facing a strange issue - which happens randomly and depends upon the day on which we are running the application. The issue is - when we are compiling below line:

TimeBar.VisiblePeriodStart = <some-date>;

if <some-date> is say 22oct 2013 then the VisiblePeriodStart do not get set to <some-date> after execution of this line but is set to the Timebar.PeriodStart value.
if <some-date> is say 23oct 2013 then the VisiblePeriodStart gets set properly

In the first case where it does not get set properly - if we assign it twice with below code:
TimeBar.VisiblePeriodStart = <some-date>;
TimeBar.VisiblePeriodStart = <some-date>;
then it works fine.

Could you please let us know, what could be the cause of such issue and where in code should we check to resolve this.

Thanks,
Piyush

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 24 Oct 2013, 02:56 PM
Hi Piyush,

I am afraid the information you have provided does not seem to be enough for us to reproduce the problem. You can find attached a small example, which works as expected on my end. Please, modify it, so that the issue is reproduced and send it back to us, so that we can investigate it locally and get back to you with our findings. Thank you.


Regards,
Ves
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TimeBar
Asked by
Piyush
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or