The Edit Module is used to handle editing actions.
Method to delete record.
Parameter | Type | Description |
---|---|---|
taskDetail | number | string | number[] | string[] | IGanttData | IGanttData[] |
Defines the details of data to delete. |
Returns void
indent a selected record
Returns void
To perform outdent operation for selected row
Returns void
Method to update the values to client side from server side.
Parameter | Type | Description |
---|---|---|
e | Object |
Defines the new modified data from the server. |
args | ITaskAddedEventArgs |
Defines the client side data. |
Returns void
Method to update record with new values.
Parameter | Type | Description |
---|---|---|
data | Object |
Defines new data to update. |
Returns void
To update duration, work, resource unit
Parameter | Type | Description |
---|---|---|
currentData | IGanttData |
. |
column | string |
. |
Returns void
Method to update TaskID of a gantt record
Parameter | Type | Description |
---|---|---|
currentId | string | number |
. |
newId | number | string |
. |
Returns void