Hi Telerik !
I have a problem when user Recurrence Rule , When I Edit one appoinment direct on panel of Scheduler and select type : Edit only recurring this occurrence .
But then , value of appointment select it's value of one row (It's never change value when select type Edit only recurring this occurrence ) :
DateTime StartTime = Convert.ToDateTime(e.ModifiedAppointment.Start);
DateTime EndTime = Convert.ToDateTime(e.ModifiedAppointment.End);
So , result it's false !!!!
So, You can help me about problem , how can get correct value of It (start time and end time that have modify ) ?
Thank you verry much !
I have a problem when user Recurrence Rule , When I Edit one appoinment direct on panel of Scheduler and select type : Edit only recurring this occurrence .
But then , value of appointment select it's value of one row (It's never change value when select type Edit only recurring this occurrence ) :
DateTime StartTime = Convert.ToDateTime(e.ModifiedAppointment.Start);
DateTime EndTime = Convert.ToDateTime(e.ModifiedAppointment.End);
So , result it's false !!!!
So, You can help me about problem , how can get correct value of It (start time and end time that have modify ) ?
Thank you verry much !