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

Rebind doesn't work

2 Answers 71 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mohan Prasath
Top achievements
Rank 1
Mohan Prasath asked on 06 Sep 2013, 10:42 AM
Hi,
In my functionality I am adding some appointments(data) in the back end based if one specific appointment is added. (through UI). I am here using RadScheduler1_AppointmentCommand method to Insert the appointments. But even if I use Rebind or DataBind , the newly added appointment are not reflected in the UI. Only one appointment(that is included through UI) is displayed. So what should I have to do to update the new changes?

Note: I am using Scheduler inside UpdatePanel

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 11 Sep 2013, 10:59 AM
Hello,

 We are not aware of the issue. Would you please share the exact code that you are using now in the AppointmentCommand so we could inspect it and be more helpful?

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Mohan Prasath
Top achievements
Rank 1
answered on 26 Sep 2013, 04:58 AM
Hi Plamen, 
Thanks for your reply. 

But it worked now. I made a mistake that I have not tried with dataBinding event. In my project I was not using any datasource in the frontend but i will add the appointments in the backend (through Appointment.Add in my own method AddApointments()) as I need to pass parameters to the Appointment.

So I call the addAppointments in the DataBinding event and it works fine whenever i call ReBind().

Thanks & Regards,
Mohan Prasath
Tags
Scheduler
Asked by
Mohan Prasath
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Mohan Prasath
Top achievements
Rank 1
Share this question
or