@reflexatorgmail-com

@reflexatorgmail-com

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Default values with Ajax search #111288
    Ondřej
    Participant

    Evem when I use, it show “No items”
    <div>

    <DropDownList
          dataSource={(query, callback) => {
              callback(['aaa', 'bbb'])
          }}
    />
    
    

    </div>

    in reply to: Default values with Ajax search #111287
    Ondřej
    Participant

    I also tried to use

    const dataSourceCallback = function(query, response) {
        console.log('dataSourceCallback', query, response)
        response(topDiagnosis);
    };
    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 5 posts - 1 through 5 (of 5 total)