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

Unable to get updated values from AdvanceForm

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mohsin
Top achievements
Rank 1
Mohsin asked on 28 Feb 2011, 05:20 PM
Hi Experts, 

I have Rad-Scheduler component on my aspx page, i wrote the code for insert appointment and it is working fine for me. It saves the appointment into database and displays on rad-scheduler. However when I try to edit any appointment I am not getting updated values. Here is my code....

protected void RadScheduler1_AppointmentUpdate(object sender, AppointmentUpdateEventArgs e)
{
string upd = e.ModifiedAppointment.Subject;
string org = e.Appointment.Subject;
}

Above both the case I am getting similar values.
Can any one tell me how to fix that.

Further more I am unable to select multiple timeslots from my mouse in rad-scheduler.

Thanks,
Mohsin

1 Answer, 1 is accepted

Sort by
0
Accepted
Veronica
Telerik team
answered on 02 Mar 2011, 03:32 PM
Hello Mohsin,

Please take a look at this forum post for a solution.

Greetings,
Veronica Milcheva
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Mohsin
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or