ASP.NET Scheduler - Knowledge Base

« Back to Knowledge Base list

Is there a way to make it default to "Month" view when the page opens?

Q:

Is there a way to make it default to "Month" view when the page opens?

A:

You can do so with code.

After scheduler logins, you get UserSettings and set the DefaultView toDefaultViews.Month, and use method Save() to save settings to database.

Here is our documentation: http://www.obout.com/Scheduler/document_serverside_usersettingsclass.aspx

"First off let me say that your grid control is very impressive."

Berry