Hi! I create webpart in visual 2008 and i add radscheduler control to this webpart than i deploy this web part on sharepoint 2007 and the control appers on the page. Than I want to be able to chage the views (day->week->month...) but it wan't work so I find out that NavigationCommand suppose to handel this but when i add this.scheduler.NavigationCommand += new SchedulerNavigationCommandEventHandler(RadScheduler_NavigationCommand); and i handel some action in RadScheduler_NavigationCommand nothing happens the application don't even go into this function when i click on day, week, month on the page. I don't know why and i don't have any idea how to handel it. Please help me.