Categories | Question details Back To List | ||
splitAt for TreeGrid It looks like splitAt does not work for TreeGrids-- I see no examples in samples and when I try it on my own code I get an error in dhtmlXGrid saying this.hdr.rows[1] has no properties Is there any plan to implement this in the future? Or is there something special I must do to make it work other than just calling splitAt? John Hughes Answer posted on Oct 12, 2007 11:03 Actually TreeGrid supports split as well, pro package contains . samples/pro_treeGrid_split.html Split works for treeGrid same as for plain grid, but version included in release 1.4 has problem with split if "tree" column is not the first one - if such problem occurs in your case - please contact us at dhtmlx@scand.com and provide your registration number - we will send you updated js files. |