Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
How to Update and Delete Occurance
posted

I have gone through infragistic forum and find related answer but in my case.

1. Appointment is load from Store Procedure into Calendar

2. Appointment is also Save from Store Procedure

now i am having problem with Update and Delete of Occurance though it works fine for Series.

when i delete the Occurance and put isRemoved= true it works fine but this thing is not reflect into the database , what i need to do now into database level so that next time it will not show the deleted appointment. though in Infragistic sample it is inserting a new apppintment for Occurance (update or delete) case.

Can anyone Please help me i am really stuck with this thing.

 

Thanks in advance

 

Parents
  • 48586
    posted

    Hello ,

     

    What you could do in your case is your stored procedure to retrieve you a data set with the schema like this in the attached sample. Then you could add a handler for RowChanged, TableNewRow and RowDeleting event for the data table which contains information about appointment, in order to know when you should update your database.

     

    Please let me know if you have any further questions.

    Parent.zip
Reply Children
No Data