Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Self-Paced Tutorial > RAdscheduler property to click on Server side or something loke this
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RAdscheduler property to click on Server side or something loke this

Feed from this thread
  • Jini A B avatar

    Posted on Feb 4, 2010 (permalink)

    hi,
     I have a problem in Radscheduler.i had implemented the calender view in radscheduler and create apponitments in that Calender.i just Want the Functianality like this When i m clicking the specified date ,just pass the same date to another aspx page.I had tried to  do this using onclientTimeslotclick property of the Radscheduler and write one function using Javascript like this.

     



    function
    OnClientTimeSlotClick(sender,eventArgs)

     

    {

     

    var newwindow = '';

     

     

     

    var selectedDate =eventArgs.get_time().format('dd-MM-yyyy');

     

    newwindow=window.open(

    "LeaveApp.aspx?selectedDate="+selectedDate,'location=1,resizable=1');

     

     

     

    }
    i can pass the variable to the next page.But the problem here is i can access the Holiday also.If this problem can solve by any other property of Radscheuler or some direct script( or register Script in vb page).Please help me to solve this proble.
                                                                                                                                      Thank You

  • Peter Peter admin's avatar

    Posted on Feb 5, 2010 (permalink)

    Hi Jini,

    Could you please explain better what the problem is? I don't understand what you mean by:"i can pass the variable to the next page.But the problem here is i can access the Holiday also"


    All the best,
    Peter
    the Telerik team

    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
    Follow the status of features or bugs in PITS and vote for them to affect their priority.

  • Jini A B avatar

    Posted on Feb 8, 2010 (permalink)

    Hello Sir,

     Im here want to click on the box in the Radscheduler that navigate to the next aspx page.In Radschedular we  can show the Calender.Click on the calender want to Popup another exixting aspx page excluding masterPage.I cant do the Popup window.Please help me as soon as possible 
                                                                                                                                         Thank You
                                                                                                                                           JINI A B

  • Jini A B avatar

    Posted on Feb 9, 2010 (permalink)

    What i really want is

    When i click on a date (ie anywhere in a column for a date).I need to get open a rad window.

    The date I clicked should be passed to the Radwindow.

    Please give me a reply as soon as possible for you.

      Thanks inAdvance

  • Peter Peter admin's avatar

    Posted on Feb 11, 2010 (permalink)


    Okay, I understand what the goal is, but what exactly happens with the approach you have tried? It should work fine.


    Regards,
    Peter
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Self-Paced Tutorial > RAdscheduler property to click on Server side or something loke this