Not able to load data in grid

i created dhtmlx.html and connect.cfm file. inside dhtmlx.html i initialized the grid and load the grid with connect.cfm file. And in connect.cfm file i created object for MYSQL database. but when i run the dhtmlx.html in my browser i get error “Could not find the ColdFusion component or interface dhtmlXConnectors.GridConnector”.
Can you please help me.
please find the zip folder below.

“Could not find the ColdFusion component or interface dhtmlXConnectors.GridConnector”
Such error may occurs when you defined the incorrect path to the GridConnector.cfc file.

Please, try to check your mapping in the config.cfm and change it accordingly to the destination of your *.cfc files.
or create the folder “dhtmlXConnectors” on the same level with connect.cfm and move all required *.cfc files in that folder.

What suppose to be in config.cfm file when we defining grid structure from server side? please see the attached screenshot. Do you have any example that explains everything?


In the config.cfm you are defining the connector path, connection to your database and Full Mappings to the directory with the required connectors.

In the dhtmlxConnector package, that can be downloaded here:
dhtmlx.com/docs/products/dhtmlxConnector/
You can find an example with the server-side grid initialization by the following path:
“dhtmlxConnector_cfm_v10.zip\samples\grid\10_config.html”