This question is locked. New answers and comments are not allowed.
I used the following references in order to built a vb.net application.
http://www.paulspatterson.com/technology/lightswitch/ls-telerik-radscheduler/
http://www.telerik.com/products/silverlight/resources/lightswitch-support.aspx
Because I need custom inputs for my appointments (i related appointments with Clients, employees etc) I use lightswitch screens to insert appointments & modal windows to select clients & dropdown to select employees...so i choosed to insert appointments without double clicking the radschedule view control..(i just use it for appointment visualization purposes)
How can i Refresh the Rad schedule calendar control when i save an appointment. For now i am using the following code, but is a very resource consuming process:
====
Me.Save()
CloseModalWindow("AddAppointment")
Me.Refresh()
====
If i try to use
====
Schedules_Filtered.Refresh()
====
the screen results are refreshed but the radschedule calendar is not.
can you please help?
http://www.paulspatterson.com/technology/lightswitch/ls-telerik-radscheduler/
http://www.telerik.com/products/silverlight/resources/lightswitch-support.aspx
Because I need custom inputs for my appointments (i related appointments with Clients, employees etc) I use lightswitch screens to insert appointments & modal windows to select clients & dropdown to select employees...so i choosed to insert appointments without double clicking the radschedule view control..(i just use it for appointment visualization purposes)
How can i Refresh the Rad schedule calendar control when i save an appointment. For now i am using the following code, but is a very resource consuming process:
====
Me.Save()
CloseModalWindow("AddAppointment")
Me.Refresh()
====
If i try to use
====
Schedules_Filtered.Refresh()
====
the screen results are refreshed but the radschedule calendar is not.
can you please help?