Page 1 of 2

[REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 9:28 am
by hoangtruongdz96

Hi All, I am having problem with mutilselect drag and drop .
At the end of the mutilselect drag and drop event, I need to get the dropdown dates of the respective events in the scheduler. Please tell me the solution.


Re: [REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 9:32 am
by hoangtruongdz96

Example: Select event 1,event2 drag and drop event to the corresponding date 20/08 and 21/08 or other dates. I want after the drag and drop test, I can get the 20th, 21st or the selected corresponding date


Re: [REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 10:07 am
by mats

I need to get the dropdown dates of the respective events in the scheduler. Please tell me the solution.

Are you looking to get the new start dates of the dragged events?


Re: [REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 10:12 am
by hoangtruongdz96
mats wrote: Wed Aug 17, 2022 10:07 am

I need to get the dropdown dates of the respective events in the scheduler. Please tell me the solution.

Are you looking to get the new start dates of the dragged events?

Yes, when dragging and dropping multiple events and getting the corresponding start dates when the drag and drop ends


Re: [REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 10:13 am
by hoangtruongdz96

I found no event that returns start date at the end of drag and drop


Re: [REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 10:23 am
by mats

Look at https://bryntum.com/docs/scheduler/api/Scheduler/feature/EventDrag#event-eventDrop and see the eventRecords array which you can use to find the new start dates.


Re: [REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 11:20 am
by hoangtruongdz96

There's something wrong with the version I'm using and it's not working properly, I updated it and it's great, that's what I wanted.
But there are still bugs:


Re: [REACT] dragselection scheduler

Posted: Wed Aug 17, 2022 4:30 pm
by mats

That bug is already fixed and will be available in v.5.1.2 (or you can use the latest nightly build)


Re: [REACT] dragselection scheduler

Posted: Thu Aug 18, 2022 4:16 am
by hoangtruongdz96

v.5.1.2 can you tell me when can update?


Re: [REACT] dragselection scheduler

Posted: Thu Aug 18, 2022 7:21 am
by Animal

Have you used your own custom CSS to hide the tooltip?

That error is thrown if the tooltip is unexpectedly style display : none without it knowing that it is hidden (The hide() method should be called)