dhtmlxscheduler

hi all
i am using dhtmlxscheduler in that am loading dhtmlxtree its loading but no check boxes coming in tree so help me please…

thanks to all
Chidananda

Make sure that you have enabled checkBoxes

tree.enableCheckBoxes(mode, hidden);
or

tree.enableThreeStateCheckboxes(true|false);

Check out if you point the right path to images/icons

tree.setImagePath("../../codebase/imgs/csh_bluebooks/");  //or something like that

Also please read the following tutorial
http://docs.dhtmlx.com/doku.php?id=dhtmlxtree:checkboxes_manipulation

And look at some ready samples here http://www.dhtmlx.com/docs/products/dhtmlxTree/samples/02_checkboxes/

If issue still occurs you - please provide any kind of sample so we can reconstruct the error.