This is a migrated thread and some comments may be shown as answers.

[Solved] Custumized Advanced Form Template

1 Answer 120 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vish
Top achievements
Rank 2
Vish asked on 24 Jun 2009, 01:04 PM

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


1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 29 Jun 2009, 07:34 AM
Hello Vish,

Can you make sure that you are using the same version of Telerik.Web.UI in your local and deployed version? Do you have a live url which we can test?


Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Vish
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or