RadiantQ jQuery Gantt Package
About Task Field Types
Previous Topic  Next Topic 

Task Field Types


The gantt expects the bound fields of the task object to be of a certain type as listed below. If they are not of the required type, you will have to setup converters to provide the gantt the values in appropriate type.



Properties

Data Type

  ID (via IDBinding)

  number or string

  Name (via NameBinding)

  string

  StartTime (via StartTimeBinding)

  DateTime

  Effort (via EffortBinding)

  RQTimeSpan instance

  EndTime (via EndTimeBinding)

  DateTime instance. This scenario is discussed in this topic.

  PreferredStartTime (via PreferredStartTimeBinding)

  DateTime instance

  IndentLevel (via IndentLevelBinding)

  number

  PredecessorIndices (via PredecessorIndicesBinding)

  string referencing IDs of predecessors, separated by                   commas.

  ProgressPercent (via ProgressPercentBinding)

  number

  Resources (via AssignedResourcesBinding)

  string referencing one or more resource IDs separated by             commas.


Effort type

This should represent the effort for a task represented in RQTimeSpan.


© RadiantQ 2022. All Rights Reserved.