on 2019 Oct 14 9:22 AM
Hi experts,
I'm facing an issue with the sap.gantt.GanttChartWithTable control. I'm working with version 1.44.19 and I'm not able to drag my rect shapes. All shapes are rendering correctly and even other events like chartDoubleClick and chartRightClick are working without problems.
As you can see in the pictures, I can drag the shapes at the latest version.
There's some kind of bug with version 1.44.19 ? Or I'm missing something?
I think this is irrelevant, but here's the code.
<gantt:GanttChartWithTable id="idGanttChartWithTable" shapeDragEnd="handleShapeDragEnd" chartDoubleClick="handleChartDoubleClick">
...
</gantt:GanttChartWithTable>
oGanttChartWithTable.bindAggregation("rows", {
path: "/GanttChartSet",
parameters: {
expand: "children,order",
navigation: {
PlanningTreeTableSet: "children",
OrderSet: "order"
}
}
});
oGanttChartWithTable.setShapes(function () {
var oRectShape = new sap.gantt.config.Shape({
...
shapeProperties: {
...
enableDnD: true
}
});
}
Thanks in advance!
Best regards,
Request clarification before answering.
User | Count |
---|---|
73 | |
30 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.