ig.scheduler.ActivityGroupingMode

Identifies how a DayView or WeekView should group activities.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
  • datesWithinResource

    Type:
    ig.scheduler.ActivityGroupingMode
    Default:
    1

    Identifies a layout for DayView or WeekView that visually groups activities by date within ScheduleResource - only activity for a given resource will be displayed in each visible day.

  • noGrouping

    Type:
    ig.scheduler.ActivityGroupingMode
    Default:
    0

    Identifies a layout for DayView or WeekView that does not visually group activities based on their associated ScheduleResource - activity for all resources are displayed together within each visible day.

  • resourcesWithinDate

    Type:
    ig.scheduler.ActivityGroupingMode
    Default:
    2

    Identifies a layout for DayView or WeekView that visually groups activities by ScheduleResource within date.

The current widget has no events.
The current widget has no public methods.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.