How can i reference the rad scheduler in javascript function. Also Is there a way to set Schedulars Selected Date date in the javascript function?
In the documentation I found two methods that can be called in javascript to reference a control
scheduleInfo.set_selecteddate = now;
Can I achive this?
In the documentation I found two methods that can be called in javascript to reference a control
Which of the following method should I use?
var
scheduleInfo = $find('RadScheduler1');
var scheduleInfo = $get('RadScheduler1');
scheduleInfo.set_selecteddate = now;
Can I achive this?