please take a look why I cant bind the drag and drop function.
Refer to my code here
I have put some console log to track the flow and it seem to not event execute the bind event due to ‘drag init’ and ‘drop init’ is not printed at all.
please take a look why I cant bind the drag and drop function. Refer
Share
You need to define your
draganddropbinding handlers prior to callingko.applyBindings. If Knockout encounters bindings that do not exist (they don’t exist yet in your case), then it ignores them.