I want to achieve the below view for dxc angular scheduler , where i have grouped data using resources. i also need drag and drop functionality , including expanding task bars
Customizations In Scheduler
Answers approved by DevExpress Support
Hi Ashwin,
Unfortunately, we do not have a solution to create the UI you demonstrated. The following demo is the closest UI that the Scheduler component supports: React Scheduler - Grouping By Date.
I am sorry for not being of more help.
Thanks,
Alisher
Even if i try implementing from the above . I cannot group by resources and date ,also expand the tasks horizontally ? Is it possible to achieve this ?
Hi,
To expand appointments horizontally, you can use timeline views. Set the View component's type
option in the demo I shared to see the result.
As for grouping, set the groupByDate
option to true
to enable grouping by dates. To group by resources, please check the following help topic: Scheduler - groups.
See also: React Scheduler - Timelines.