How to change kendo ui scheduler event color programmatically -


i want change kendo ui scheduler event color based on logic. please find sample implementation below.

http://dojo.telerik.com/@lilan123/upude/4

basically want when click on create button want add events , every event should have different color. tried create event below adding color option doesn't work in way.

attendees: '1', start: new date("2015/6/8"), end: new date("2015/6/8"), title: "off day", isallday: true, color:'#0055a7' 

thanks

lilan

i came solution , solve issue,

please find sample

http://dojo.telerik.com/@lilan123/ajuqa

regards, lilan


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -