This is a migrated thread and some comments may be shown as answers.

Put Scheduler in Dock and show full screen ?

2 Answers 74 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 2
Martin asked on 30 Jul 2014, 02:04 PM
On my site i have a page called schedule.aspx :

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="schedule.aspx.cs" Inherits="aro.Schedule" MasterPageFile="~/UI/Templates/Default.Master" Theme="Default" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

Below tha i have 2 asp:content (headers).
After that a asp:content holding 2 dropdown lists and then a radscheduler and a raddock.

The masterpage holds a menu which is shown at the top and a footer shown at the bottom.

Now what i would like to do is when pressing a button show the radscheduler full screen.
So no more dropdowns, no menu's etc, just the radscheduler.

Would it be an idea to put the scheduler inside a dock and resize that dock when pressing a button ?
Of open a new dock and putting the scheduler in that dock ?

After this i want to do the same thing with a page holding a raddock.
In both cases it is related to mobile use, where i want to make optimal use of the room on the screen.

Any ideas would be helpfull :)

2 Answers, 1 is accepted

Sort by
0
Martin
Top achievements
Rank 2
answered on 30 Jul 2014, 02:44 PM
Or maybe i can open a radwindow ?
0
Plamen
Telerik team
answered on 04 Aug 2014, 08:27 AM
Hello Martin,

Thank you for contacting Telerik support.

In such case we recommend using RadWindow and a RadScheduler which is on another page. I would also recommend you to consider using the Adaptive behavior of RadScheduler which is specially implemented for mobile devices.

Hope this information will be helpful. If you have further questions please don't hesitate to contact us again.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Martin
Top achievements
Rank 2
Answers by
Martin
Top achievements
Rank 2
Plamen
Telerik team
Share this question
or