This is a migrated thread and some comments may be shown as answers.

How to turn off group resource in Month view

2 Answers 152 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
james
Top achievements
Rank 1
james asked on 19 Mar 2018, 10:31 PM

Hi

In day view, I got group resource. It working fine.

But I want to turn off group resource in Month view.

I didn't find this kind of API in the schedule.

Does someone know how to do that?

 

2 Answers, 1 is accepted

Sort by
0
james
Top achievements
Rank 1
answered on 19 Mar 2018, 10:37 PM

Just found

group:false

0
Ivan Danchev
Telerik team
answered on 21 Mar 2018, 06:49 AM
Hi James,

By default grouping is not enabled, but if it is enabled for all Scheduler views it can be disabled for specific views, as you have found out, through the views.group configuration option. For example disabling grouping for the month view:
views: [
  "day",
  "week",
  {
    type: "month",
    group: false
  }
],
group: {
  resources: ["Rooms"]
}


Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
james
Top achievements
Rank 1
Answers by
james
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or