Hi,
when I try to bind form, - caught error: Uncaught TypeError: Object # has no method ‘bind’
What I doing wrong?
demo.zip (284 KB)
Hi,
bind() method is defined in datastore.js library that should be included after main libraries of components that you are going to use datastore for. Here is the example:
dhtmlxcommon.js
dhtmlxgrid.js
…
dhtmlxform.js
dhtmlxdatastore.js
However, you are using dhtmlx.js that contains all dhtmlx js libraries that are included in a correct order. It means that this library contains all grid, form and datastore libraries. For this reason, you should not include dhtmlxform.js library.