How can I help you?
RowDropEventArgs
16 Mar 20261 minute to read
Properties
data Object[]
Defines the selected row data.
dropIndex number
Defines the target element from index.
dropPosition string
Defines drop position of the dragged record
dropRecord IGanttData
Defines the modified records.
fromIndex number
Defines the drag element from index.
modifiedRecords IGanttData[]
Represents the modified Gantt records after the drop action.
originalEvent object
Define the mouse event
requestType string
Defines the request type.
rows Element[]
Defines the selected row’s element.
target Element
Defines the target element from which drag starts.