Hello,
we have a project in which have our own widget extending the ChartElement. Currently we have Kendo UI version v2014.1.624.
For now, we want to update to the latest Build of KendoUI(Kendo UI v2015.2.805) and figured out, that the ID-Attribute of Elements are missing in the Template of kendo.all.js.
For example: new ShapeElement({type: SQUARE, id: "foo", background: "bar", width: 100});
We need the id-Attribute and it would be great if you can tell us, why this id-Attribute was deleted and how we can add this again.
Best regards,
Markus.
we have a project in which have our own widget extending the ChartElement. Currently we have Kendo UI version v2014.1.624.
For now, we want to update to the latest Build of KendoUI(Kendo UI v2015.2.805) and figured out, that the ID-Attribute of Elements are missing in the Template of kendo.all.js.
For example: new ShapeElement({type: SQUARE, id: "foo", background: "bar", width: 100});
We need the id-Attribute and it would be great if you can tell us, why this id-Attribute was deleted and how we can add this again.
Best regards,
Markus.