Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Scheduler > clone error . No target element specified

Not answered clone error . No target element specified

Feed from this thread
  • Pooja avatar

    Posted on Feb 7, 2012 (permalink)

    What could be the meaning of this error. "Clone error. No Target element specified". Comes when I bind data using webservice binding, the error comes in Month View whenever more option is displayed

    Reply

  • Pooja avatar

    Posted on Feb 8, 2012 (permalink)

    Got the problem resolved. Issue was on ClientAppointmentCreated event I was binding the appointment to tooltipmanager
      var element = args.get_appointment().get_element();
        var tooltip = tooltipManager.createToolTip(element);

    In Month View when for a day more link comes this "element" becomes null for hidden appointments, so the second line was throwing error.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Scheduler > clone error . No target element specified
Related resources for "clone error . No target element specified"

ASP.NET Scheduler Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial ]