Categories | Question details Back To List | ||
dhtmlxgrid I have created grid objected from a table. I am loading xml in grid. I am calling following method for displaying tree grid line. <beforeInit> <call command="enableTreeGridLines"> <param>true</param> </call> </beforeInit> But I am not able see grid lines. If I call this method after init, text is not visible for column which have column type as tree. js file is included for tree grid line is included in page. Answer posted by dhxSupport on Jul 08, 2009 05:29 >>I have created grid objected from a table. There is no way init dhtmlxTreeGrid from a table >>I am loading xml in grid. I am calling following method for displaying tree grid line Please make sure if one of your column has "tree" type. If issue still occurs please send example where this issue occurs (you can send it directly to the support@dhtmlx.com). |