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) |
int |
Name (via NameBinding) |
string |
StartTime (via StartTimeBinding) |
DateTime instance |
Effort (via EffortBinding) |
TimeSpan instance, discussed more below. |
EndTime (via EndTimeBinding) |
DateTime instance. This scenario is discussed in this topic. |
PreferredStartTime (via PreferredStartTimeBinding) |
DateTime instance |
IndentLevel (via IndentLevelBinding) |
int |
PredecessorIndices (via PredecessorIndicesBinding) |
string referencing IDs of predecessors, separated by commas. |
ProgressPercent (via ProgressPercentBinding) |
double |
Resources (via AssignedResourcesBinding) |
string referencing one or more resource IDs separated by commas. |
© RadiantQ 2009 - 2019. All Rights Reserved.