my two problems

Hi
I have two problems at the scheduler for mobile
1.I just want make a specific event readonly,I have tried this:
$$(“scheduler”).attachEvent(“onAfterCursorChange”,function(id){
var event = this.item(id);
if(event .type==“xsks”){
this.define(“readonly”,true);
}
});
this will cause whole of the scheduler readonly,and the button of “add” will disappear.
2.do there some config,that can focus the the first event’s location automatic at day view?

hello?

Hi,

  1. please check the following post:

viewtopic.php?f=24&t=33316&p=104391#p104391

  1. There is not possibility to focus the first event in Day view automatically.