React scheduler group by date first, and then by resources

1 Answer 80 Views
Scheduler
Camelia
Top achievements
Rank 1
Camelia asked on 09 Mar 2022, 10:34 PM

Hi,

1) Is it possible to do resource grouping below the dates?
To have for example Monday, and under Monday: Alex, Emma...
2) Is it possible to customize date format from the table header? 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 10 Mar 2022, 07:12 AM

Hello,

Regarding the questions:

1) Is it possible to do resource grouping below the dates? - Currently, the dates are rendered only before the resources and groups. This is based on the component design and DOM structure. Changing it will result in breaking changes in the component rendering.

2) Is it possible to customize date format from the table header? - Yes, this is possible. You can see more details and an example here:

https://github.com/telerik/kendo-react/issues/810

Regards,
Stefan
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Camelia
Top achievements
Rank 1
commented on 10 Mar 2022, 12:18 PM

Hello,

Thank you for your answers!

The previous questions came from the need of rewriting the Scheduler component in our app and use the React component instead of the jQuery one. With the Scheduler for jQuery we were able to accomplish this behavior (grouping by date, and then by resource) by setting the group.date property to true as following:
 group: {
    date: true,
     resources: ["Rooms"]
   }
So just to make sure that I understood correctly your previous answer, this configuration is possible only with Kendo for jQuery, and not with Kendo for React?

Thank you!


This is the result with Kendo UI for jQuery and what we want to achieve, but using React Kendo UI.


 
Stefan
Telerik team
commented on 14 Mar 2022, 06:38 AM

Hello,

Yes, I can confirm that this is a feature that is only available in Kendo UI for jQuery.

I can suggest making a request for in for KendoReact, and we will plan it accordingly:

https://feedback.telerik.com/kendo-react-ui
Camelia
Top achievements
Rank 1
commented on 14 Mar 2022, 03:23 PM

Thank you, Stefan!
I created a request, as you suggested, and I'm leaving here the request link in case that anybody else is looking for the same functionality:

https://feedback.telerik.com/kendo-react-ui/1557510-scheduler-does-not-support-grouping-by-date-then-by-resource

Stefan
Telerik team
commented on 15 Mar 2022, 05:41 AM

Hello, Camelia,

Thank you for submitting the request and sharing the link hero with the KendoReact community.

Tags
Scheduler
Asked by
Camelia
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or