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

[Solved] Newb question on using AJAX Scheduler component....

1 Answer 78 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 15 May 2008, 12:22 PM
I am new to all of this and just downloaded the demo.  Using VS2008.  2 questions:  When I try to add the AJAX ASP.NET components to the toolbox all the telerik components are already checked but they do NOT show up on the toolbox.  Any idea why or how I can get around this?

Finally, when I create a new ASPX page, what is the basic process I have to follow to use the scheduler or any other tool?  Do I just have to...
1.  Add an asp:ScriptManager
2.  Add a Telerik:RadAjaxManager
3.  Add the tool

Is that it?  Thanks for your response!

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 May 2008, 02:31 PM
Hello Robert,

Thank you for choosing to evaluate Telerik controls.

Have you installed the Telerik suit on you machine or are you using the zip file? If you have installed the suit, this should have automatically added the controls to the toolbox. Otherwise, you can simply drag the Telerik.Web.UI dll file on the toolbox area and this should add the controls to it. 

To use any of the Telerik ASP.NET AJAX controls you need to also add either a ScriptManager or a RadScriptManager to the page. For example:
<form id="form1" runat="server">  
    <asp:ScriptManager ID="ScriptManager1" runat="server">  
    </asp:ScriptManager>      
    <telerik:RadScheduler ID="RadScheduler1" runat="server">  
    </telerik:RadScheduler> 
</form> 

You can also refer to the Getting Started topic for RadScheduler.

If you have any other questions, we will be happy to answer them.


All the best,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Robert
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or