Completed
Last Updated: 09 Jul 2015 10:33 by Ioish
ADMIN
Peter
Created on: 15 Mar 2010 09:51
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Custom attributes of appointment are not passed when using the insertAppointment client method

		
1 comment
Ioish
Posted on: 21 May 2014 19:51
Same problem here. The appointment is inserted as it should, except for the custom attributes.

var a = new Telerik.Web.UI.SchedulerAppointment();

...

a.get_attributes().setAttribute("Code", "123");
scheduler.insertAppointment(apn);

On postback, the attribute is nowhere to be found.