Announcement

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

    Question about Calendar allowLongEvents

    A click on a "longEvent" does not fire eventClick. A click on a "not longEvent" in the same Calendar does. How can I open a custom event dialog after the user clicks on an long-event?
    Kind regards Paul
    demo: SmartClient™ Showcase 14.1p Enterprise [2026-06-12]


    #2
    Technically, and by the docs, you should be overriding showEventDialog() and showEventEditor(), not eventClick(), and everything would work if you were doing that.

    But we probably should run through eventClick() anyway, and we'll make that change. We'll update here when it's made.
    Last edited by Isomorphic; Yesterday, 08:52.

    Comment


      #3
      Oh, I'am using it since many years and I have always overseen the methods.
      Thanks, it makes many things easier.

      Comment


        #4
        Great, that's the better approach - but just so you know, eventClick() will now fire for longEvents, as it does for regular ones, as of tomorrow's builds, dated June 19.

        Comment

        Working...
        X