Problem with samples of dhtmlxConnector 1.0

Hello,

please note followings problems with samples of dhtmlxConnector 1.0.

  1. treegrid is included in the dhtmlx.js provided with the samples who are working good. (Can I use this dhtmlx.js in my GPL product ? I think not but it’s free to ask :wink: )

  2. Combo sample “Basic init by sql string” look after 01_sql.html file instead 02_sql.html

  3. Schedule samples look after index.html who is not present

  4. Grid sample “Select filter in grid” show an error message in a alert box :

====================================
Log started, 19/07/2011 11:07:18

SELECT DISTINCT item_nm as value FROM countries

SELECT DISTINCT item_cd as value FROM countries

SELECT item_id,item_nm,item_cd,item_ch FROM countries LIMIT 0,100

!!!Uncaught Exception
Code: 0
Message: MySQL operation failed
Unknown column ‘item_ch’ in ‘field list’

@++
JC

treegrid is included in the dhtmlx.js provided with the samples
It can’t be used under GPL terms.

(2,3) will fix them, thanks for report

(4) not a problem with connectors, but the incorrect sample, sorry for inconvenience. We will fix it and update package in the nearest time.