Posted on Mar 14, 2011 (permalink)
Reply
Posted on Mar 17, 2011 (permalink)
<
telerik:RadScheduleView.ViewDefinitions
>
telerik:WeekViewDefinition
VisibleDays
=
"5"
FirstDayOfWeek
"Monday"
/>
</
Posted on Mar 23, 2011 (permalink)
private
void
scheduleView_VisibleRangeChanged(
object
sender, EventArgs e)
{
var dayOfWeek = scheduleView.VisibleRange.Start.DayOfWeek;
if
(dayOfWeek.Equals(DayOfWeek.Saturday))
Dispatcher.BeginInvoke((Action)(() => {
scheduleView.CurrentDate = scheduleView.CurrentDate.AddDays(2);
}));
}
(dayOfWeek.Equals(DayOfWeek.Sunday))
Dispatcher.BeginInvoke((Action)(() =>
scheduleView.CurrentDate = scheduleView.CurrentDate.AddDays(-2);
Posted on Mar 25, 2011 (permalink)
Posted on Jun 3, 2011 (permalink)
Posted on Jun 6, 2011 (permalink)
Posted on Sep 6, 2011 (permalink)
Posted on Sep 7, 2011 (permalink)
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
Back to Top
[ WPF Calendar Features | Documentation | Demos | Telerik TV | Self-Paced Trainer ]
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below