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

Problem in RadScheduler(Width) auto adjustmen in any screen(Big And Small) and in IE/FireBox/Grome/shafari

1 Answer 27 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, 09:37 AM
Hello,
We Used the following javascript:

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

And also c# code,
RadScheduler1.Width = Unit.Pixel(800);
or
RadScheduler1.Width = Unit.Percentage(100);

But it is not work.

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

Please help me as soon as possible.

Thanks

Mutum JIten Singh
Akhil Systems

1 Answer, 1 is accepted

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

Please find the asnwer in this forum post.

Greetings,
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