5 Answers, 1 is accepted
0
                                
                                                    Shinu
                                                    
                                            
    Top achievements
    
            
                 Rank 2
                Rank 2
            
    
                                                
                                                answered on 14 Feb 2011, 01:59 PM
                                            
                                        Hello,
I hope the following links would of help in accomplishing the required.
Day View
Loading Data for Selected Day Only
-Shinu.
                                        I hope the following links would of help in accomplishing the required.
Day View
Loading Data for Selected Day Only
-Shinu.
0
                                Hello guys,
Shinu, thank you for the links.
Anoop, I hope that the links suggested by Shinu will help you. If you still have difficulties with the selection, feel free to write back.
Best wishes,
Dobry Zranchev
the Telerik team
                                        Shinu, thank you for the links.
Anoop, I hope that the links suggested by Shinu will help you. If you still have difficulties with the selection, feel free to write back.
Best wishes,
Dobry Zranchev
the Telerik team
0
                                
                                                    Anoop
                                                    
                                            
    Top achievements
    
            
                 Rank 1
                Rank 1
            
    
                                                
                                                answered on 20 Feb 2011, 06:10 AM
                                            
                                        Thanks Shinu
Thanks Telerik admin
                                        Thanks Telerik admin
I really did this before however it was not fulfills what exactly I need.
The event itself should be start from the calendar click   to view the scheduler day view of the selected day.
thanks alot 
0
                                
                                                    Richard Slade
                                                    
                                            
    Top achievements
    
            
                 Rank 2
                Rank 2
            
    
                                                
                                                answered on 20 Feb 2011, 01:14 PM
                                            
                                        Hello Anoop, 
If my understanding is correct, you wish to set the RadSchedulter into DayView and set the focused date to be the selected date from the calendar. Is that correct? If so, then this should help
Let me know if that's what you needed.
Thanks
Richard
                                        If my understanding is correct, you wish to set the RadSchedulter into DayView and set the focused date to be the selected date from the calendar. Is that correct? If so, then this should help
private void radCalendar1_SelectionChanged(object sender, EventArgs e) {     this.radScheduler1.ActiveViewType = SchedulerViewType.Day;     this.radScheduler1.FocusedDate = this.radCalendar1.SelectedDate; }Let me know if that's what you needed.
Thanks
Richard
0
                                
                                                    Richard Slade
                                                    
                                            
    Top achievements
    
            
                 Rank 2
                Rank 2
            
    
                                                
                                                answered on 22 Feb 2011, 08:51 AM
                                            
                                        Hello, 
Did this help? If so please remember to mark as answer. If you need futher information, do let me know
Thanks
Richard
                                        Did this help? If so please remember to mark as answer. If you need futher information, do let me know
Thanks
Richard