Hello!
1. Is there a way to customize TimeLineView to show week days (Monday , Tuesday ...) because I need that form that contains day and time intervals on upper bar.
2. Can we customize the modal to show my dropdowns / buttons from the scheduler?
3. I need to group multiple data but i don t want to repeat that categories. For example I will have a list of multiple years (I, II , III) that contains multiple specializations but I don t want the secound year (II) to repeat the same specializations. I want those years to have their own specializations.
4. Can we use KendoReact with SignalR?
6 Answers, 1 is accepted
Hello, Podaru,
Regarding the questions:
1) Currently the TimeLineView shows only the Date and the hours. The required result will be possible after the implementation of this feature as it will allow customization of the display date:
https://feedback.telerik.com/kendo-react-ui/1450607-need-resource-group-header-cell-rendering-customization-in-kendo-scheduler (these cells are part of the grouping)
2) This is currently in development and it is planned for this release in mid-January:
https://github.com/telerik/kendo-react/issues/542
3) Could you please share a screenshot that shows which elements would you like to remove (not repeat)?
4) KendoReact can be used with SignalR if the SignalR updates are updating the state. The KendoReact components data and value depend on the state, and if we have to display the dynamic updates from the SignalR hub, those changes have to be reflected inside the state.
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/.
Yes, so what I m trying to say the Meeting Room 101 in my case will contain Alex and Peter as in your example but Meeting Room 201 would contain other people like John , Arthur , Taylor ( more or less on each meeting room and different people). Perhaps a list of names for each meeting room.
I wish you a good day!
Hello, Podaru,
I wish you a great day as well and thank you for the extra details.
Currently, this is how the grouping works, it shows all groups and subgroups even if there is no event. This is because usually the resource is not restricted to a specific meeting room. For example, Alex may have a meeting in room 1 at 10: 00 AM and then another meeting in room 2 at 02: 00 PM. This is why we present the groups the way we are.
In this case, we can remove the grouping by persons and only leave the person as resources. With this, the rooms will be the grouping criteria and there will be still information for the persons who will attend the event:
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/.
Hey Stefan,
you stated 'Currently, this is how the grouping works, it shows all groups and subgroups even if there is no event.'
Podaru asked for the exact same feature we are currently needing, hierarchical grouping.
Is there any plan to build this feature like you already have for jquery or is it currently not on the roadmap?
Best regards,
Michael
Hello, Michael,
At this point, the KendoReact Scheduler only supports the standard grouping that was described above.
In order to plan the Hierarchical Grouping feature, please log it as a feature request in our portal, as this is how we determine the next features based on the community interest:
https://feedback.telerik.com/kendo-react-ui/
HI Stefan,
Does Kendo React Scheduler support grouping by date first and then by other resources? Moreover if we want to hide the date cell in the 'Day View' is it possible to do so?
Have a great day!
Hello, Arjun,
The grouping is done separately from the dates as the dates are not considered a separate resource.
The date cell can be customized, but it still will be visible. This is how it can be customized:
https://stackblitz.com/edit/react-plxnyc-veqazr?file=app/main.jsx
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/.