some pro feature working, but other not...

hi,
im assigned in a project using dhtmlx, they said that the dhtmlx product we use is pro edition.

i tried mygrid.setColumnHidden(0,true); , its said “mygrid.setColumnHidden is not a function”.

i tried grid.attachEvent(“onRowDblClicked”, function(rId,cInd){}); (pro edition), and its work.

how to identify the dhtmlx version i use ??? i need to see, my dhtmlx version is pro or standard.

i tried mygrid.setColumnHidden(0,true); , its said “mygrid.setColumnHidden is not a function”.
Please make sure if you attached dhtmlxgrid.js file from PRO version

how to identify the dhtmlx version i use ???
Open dhtmlxgrid.js and check comments at first lines

thanks for the reply…

i opened dhtmlxgrid.js, i saw this:

//v.2.6 build 100722

/*
Copyright DHTMLX LTD. dhtmlx.com
You allowed to use this component or parts of it under GPL terms
To use it on other terms or get Professional edition of the component please contact us at sales@dhtmlx.com
*/

is that mean, im using standard version ?

yes, you are using Standard version

ok thanks…