@reflexatorgmail-com

@reflexatorgmail-com

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Dynamic context menu #109784
    Ondřej
    Participant

    Hello,

    is possible to get mouse position in onContextMenuOpening to position custom context menu?

    Event is CustomEvent without original event object (or I didn’t know where to find it)

    Thank you very much

    in reply to: DataAdapter – virutalDataSource #109606
    Ondřej
    Participant

    And I have another question when i add event listener in React like this on Scheduler component
    <div>

    onDateChange={onSchedulerDateChange}
    
    

    <div>
    <div>

    const onSchedulerDateChange = (event) => {
        // view
        console.log(schedulerRef.current.getViewDates());
    };
    
    

    Then viewDates are still old ones, not for date in event

    </div>
    </div>
    </div>

    in reply to: DataAdapter – virutalDataSource #109605
    Ondřej
    Participant

    Thank you, is then possible to trigger loading indicator explicitly?

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)