codeb 1 Posted February 7, 2015 Hello, I have one question about setting up UniCalendarPanel to see WeekView events when start application?(by default is on MonthView ). How I do that? Thanks Share this post Link to post Share on other sites
Sherzod 455 Posted February 7, 2015 Hi,One of the ways, try:UniCalendarPanel1 -> ClientEvents -> ExtEvents -> add function afterrender function afterrender(sender, eOpts) { // 0 - Day // 1 - Week // 2 - Month sender.setActiveView(1); } Best regards. 1 Share this post Link to post Share on other sites
codeb 1 Posted February 7, 2015 Thanks for answer I have new question about component. How to change format time from AM-PM to 24 hour format and how to limit time on DayView scheduler like from 7:00 to 18:00. Thanks! Share this post Link to post Share on other sites