Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Replacing event editor in calendar

    Hello, due to this problem http://forums.smartclient.com/showthread.php?t=6312 I'm trying to replace the standard event editor of the Calendar widget with my own form.
    I have managed to replace the editor for event editing through addEventClickHandler and event addition in the month view through addDayBodyClickHandler but I can't find a way to replace the event creation form in the day and week view. What event should I capture in order to replace the standard editor with my own in this views?

    #2
    same problem

    Hi,

    i have same problem. i need to add to calendar event editor ListGrid with details (master-detail relationship) and many other additional things, i think that the best solution for this is to totally override event editor. same as author of this thread I need to override it in week/day view.

    any ideas would be helpfull!

    Comment


      #3
      solution

      Read here: http://forums.smartclient.com/showthread.php?t=4900

      That post is pretty much the most informative. While there is no other solution, I accepted it.

      Comment

      Working...
      X