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

DateTimePicker Issue(Urgent)

1 Answer 51 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ashesh
Top achievements
Rank 1
Ashesh asked on 13 Jun 2013, 03:48 PM
Hi 
I have time DateTimePicker On my radscheduler. I am trying to bind my time that starts from 4:00 am and goes next day till 3:30. 

This is how i am binding my time.
 startpicker.TimeView.CustomTimeValues = Assistant.TimeList(Assistant.GetStartTimeOfDay(this.TrmUsageSettingList["StartTimeOfDay"].ReturnValue));
 startpicker.TimeView.DataList.DataSource = Assistant.TimeList(Assistant.GetStartTimeOfDay(this.TrmUsageSettingList["StartTimeOfDay"].ReturnValue));
 startpicker.TimeView.DataList.DataBind();

But my screen looks like this(see attached file). I cannot see any time there but if i click there is a value. 

Thank you.

  

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 17 Jun 2013, 07:58 AM
Hi Ashesh,

It looks to me that the text is having the same color as it's background. In our demo, if you use Black skin it looks correct:
http://demos.telerik.com/aspnet-ajax/calendar/examples/datetimepicker/accessibility/defaultcs.aspx
So I believe it is from some custom styles that you have set in your project. Review your CSS and/or use the browsers developer tools to inspect the element and see what styles are applied and change them if needed.

Regards,
Vasil
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
General Discussions
Asked by
Ashesh
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or