Hello Community and Telerik,
I can't change the subject anymore ;-) It should read >> "set_selectedDate" resets "backColor" << to make my point clearer ...
This is basically my code:
Works for a single second or two and then "backcolor" gets cleared again ("set_selectedDate" returns?!?)
As far as I have found out, "set_selectedDate" performs an ajax-request which overrides the "backcolor" after "it returns from the server". Right?
How do I do it correctly?
How can I determine when "set_selectedDate" returns (any hook?) or set "backcolor" surviving that ajax-call/"light-weight-postback"?
Thanks a lot,
Gint
I can't change the subject anymore ;-) It should read >> "set_selectedDate" resets "backColor" << to make my point clearer ...
This is basically my code:
scheduler.set_selectedDate(app.get_start());
app.set_backColor("green");
Works for a single second or two and then "backcolor" gets cleared again ("set_selectedDate" returns?!?)
As far as I have found out, "set_selectedDate" performs an ajax-request which overrides the "backcolor" after "it returns from the server". Right?
How do I do it correctly?
How can I determine when "set_selectedDate" returns (any hook?) or set "backcolor" surviving that ajax-call/"light-weight-postback"?
Thanks a lot,
Gint