iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I can't find any examples of how to use the custom view mode. I wanting to know if I can set the timeline view to display the next 4 weeks instead of defaulting to the 1st of the month in month view.
Alternatively, can I keep it in month view but automatically jump to the current date?
Hello,
It seems the WebScheduler can’t apply the custom view mode that you want.However, you can make the WebScheduler automatically jump to the current date, by set SelectedDate property on page load server side event.I modify “ViewMode_Month.aspx” in WebScheduler samples; I add this line of code in Page_Load server side event:
protected void Page_Load(object sender, EventArgs e) { WebScheduler1.ViewSettings.SelectedDate = DateTime.Now; }
It will make automatically jump to the current date when first time you load the WebScheduler.I attached the modified sample and please let me know your response.Thank you.
Regards,Hans.
Yes, it is.The line of code can’t be applied in timeline view.
Thank you.
I tried this, but it's not working.
[1] I'm using VB, so it's in MyScheduler.aspx.vb as...
Partial Public Class MyScheduler : Inherits System.Web.UI.Page
WebScheduler1.ViewSettings.SelectedDate = DateTime.Now
End Sub
End Class
[2] I'm ONLY using timeline view. Is this option limited to month view?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname