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

Problem in RadScheduler Width in any Big And Small screen

1 Answer 67 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jiten
Top achievements
Rank 1
Jiten asked on 20 Apr 2011, 02:00 PM
Hello,


Problem in RadScheduler(Width) auto adjustment in any screen(Big And Small) and in IE/FireBox/Grome/Shafari.


We used 


script type="text/javascript">
    function resizeScheduler()   
                  {
                      var scheduler = $find('<%=RadScheduler1.ClientID %>');
                      scheduler.get_element().style.width = "100%";
                      scheduler.repaint();
                  }
</script> 
And also set width=100% in RadScheduler control


In C# code
RadScheduler1.Width = Unit.Percentage(100);
but it is not work.


please help me as soon as possible.




Thanks


Best Regards
Mutum Jiten Singh
Akhil Systems

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 22 Apr 2011, 08:08 AM
Hello Jiteni,

Please take a look at this forum post.

P.S: Please do not open more than one thread per issue. We are trying to answer all your questions. 

Kind regards,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Scheduler
Asked by
Jiten
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or