We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Schedule clicked problem

Hi,

I'm using ScheduleClicked for popup my aspx page.

The Schedule1_ScheduleClicked is getting the call, but it doesn't seem to open the window with AJAX 'RegisterStartupScript'.

I'm using exactly the same AJAX function for editing appointments (with ScheduleMenu) and the window opens.

Please look at the attached image and advice.




Schedule_Clicked_3552d750.zip

2 Replies

RR Ranjithkumar R G Syncfusion Team April 7, 2011 04:18 AM UTC

Hi Hilla,

Thanks for using Sycfusion products.

Your requirement of opening a pop-up window by the click event of Schedule control can be achieved by setting the property “EnableCallBacks=’false’ ”. Please refer the code snippet below.

[CodeBehind-C#]



protected void Page_Load(object sender, EventArgs e)
{
this.Schedule1.EnableCallbacks = false;

}



Please refer the below link to download the sample application.


rel='nofollow' href='
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=sample-98830372496426.

zip'>sample-98830372496426.zip


Please let me know if you have any queries.

Regards,
Ranjithkumar.





RR Ranjithkumar R G Syncfusion Team April 7, 2011 04:28 AM UTC

Hi Hilla,

Sorry for the inconvenience caused in my previous update in the sample application link.

Please refer the below link to download the sample application.

http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=sample-98830372496426.zip

Please let me know if you have any queries.

Regards,
Ranjithkumar.


Loader.
Live Chat Icon For mobile
Up arrow icon