Hai,
First of all Thanks for your previous support.Now i'have encountered with another problem of the scheduler.
I have almost succeeded in custumizing the advanced form template .it is working fine in local version without any error.but in the deployed version there occurs a javascript error
'Object expected'.this happens only in deployed version .the script function that causes the error is
function schedulerFormCreated(scheduler, eventArgs) {
var $ = $telerik.$;
var schedulerElement = scheduler.get_element();
var formElement = $("div.rsAdvancedEdit", schedulerElement);
if (formElement.length == 1) {
// Initialize the client-side object for the advanced form
var advancedTemplate = new window.SchedulerAdvancedTemplate(schedulerElement, formElement);
advancedTemplate.initialize();
}
}
I cudn't understand what the problem is?and i'm not using any cssclass named rsAdvancedEdit.
Can anybody help me its very urgent!!!.Thanks once again in advance
with regards
vish