I am running into a strange issue with using Kendo Drag & Drop with a JQuery UI widget made through the Jquery UI widget factory.
I am creating two kendoDropTargetAreas with the the same filter on two different containers. Each one is scoped to its own context - yet no matter what I do it always executes the functions bound to the events on the first context created.
For example:
I have two widgets - Widgets A & B. Both have their own draggables and dropTargetAreas.
Yet whenever I drag and drop something on Widget B - it triggers Widget A dropTargetArea events.
No other widget behaves this way - the other kendo widgets work and are scoped correctly..
I am creating two kendoDropTargetAreas with the the same filter on two different containers. Each one is scoped to its own context - yet no matter what I do it always executes the functions bound to the events on the first context created.
For example:
I have two widgets - Widgets A & B. Both have their own draggables and dropTargetAreas.
Yet whenever I drag and drop something on Widget B - it triggers Widget A dropTargetArea events.
No other widget behaves this way - the other kendo widgets work and are scoped correctly..