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

Cancel updating data, causes the data to become unbind

1 Answer 59 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Peng Hock Lee
Top achievements
Rank 1
Peng Hock Lee asked on 19 Sep 2008, 08:12 AM
Hi,

I am currently using the telerik scheduler with an advance edit template. and I put in some validation in my code. I read the online help, it shows that I can cancel my edit after clicking an edit button just by inserting a simple code

Protected Sub EquipmentScheduler_AppointmentUpdate(ByVal sender As Object, ByVal e As Telerik.Web.UI.AppointmentUpdateEventArgs) Handles EquipmentScheduler.AppointmentUpdate
             e.cancel = true
End Sub


that works, it stopped me from going back to scheduler and remain in the advance form, but somehow, the data inside the advance form that has been bind is not showing on my form.

is there anything i have to add in my code, so that the data will remain the same?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Sep 2008, 01:43 PM
Hi Peng,

Are you using the latest version (2008.2.826) ? I could not replicate the problem in a local test. Have you modified somehow the user controls for the advanced template?



Greetings,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Peng Hock Lee
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or