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

How to reference to radscheduler integrated datepicker

3 Answers 163 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
fabrizio
Top achievements
Rank 1
Veteran
fabrizio asked on 10 Nov 2010, 01:54 PM
Hi,
I wish that when I change the date with the integrated datepiker also change the date to a calendar outside the radscheduler.
The event is RadScheduler1_NavigationCommand from what I understand, but what is the name of the datepicker for reference?
Thanks a lot
Fabrizio

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 11 Nov 2010, 03:25 PM
Hello Fabrizio,

You don't really need to access the embedded fast navigation calendar. You can simply use the SelectedDate property of the event argument:

protected void RadScheduler1_NavigationCommand(object sender, SchedulerNavigationCommandEventArgs e)
   {
       //e.SelectedDate
   }


Kind regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
sabarishbabu
Top achievements
Rank 1
answered on 19 Nov 2010, 04:04 PM
Hi Peter,

Really I need this. How to refer radscheduler integrated datepicker
Can you tell me how to change integrated datepiker's FirstDayOfWeek as Monday?

Thanks,
Sabarish
0
Peter
Telerik team
answered on 23 Nov 2010, 06:54 PM
Hi sabarishbabu,

You can Access the embedded RadCalendar on the server-side and then set its FirstDayOfWeek property to Monday.


Cheers,
Peter
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
fabrizio
Top achievements
Rank 1
Veteran
Answers by
Peter
Telerik team
sabarishbabu
Top achievements
Rank 1
Share this question
or