I get 2 horizental scrolls when treegrid in split mode

Hi,



I am using licensed version of dhtmlxtreeGrid control in split mode. When I say .,



treeGrid.splitAt(1);



in the init I am setting the treeGrid for split after the 1st column.



Now the problem here is , I get 2 horizental scrolls. I do not want horizental scrollbar to be shown for the 1st column. How can I remove that ? This is blocker issue for me.



Regards,

Lagnajeet Sahu

What version of treeGrid do you use? Please contact support@dhtmlx.com and provide sample where this issue occurs.


Hi,



This problem is present in both version 1.6 and 2.0. I am getting a disabled horizental scrollbar for the 1st column. I do not want this scroll bar to be shown. When i am creating the footer for global values in the treegrid i am unable to see the text that i have set.



attachFooter: function()



{



colspan = “#cspan,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan,”;



//#cspan,#cspan,#cspan,#cspan,#cspan,"



total = “Some Text,”;



sum1 = “Label 3,”;



sum2 = “Label 4”;



footerStr = total + colspan + sum1 + sum2;



_treeGrid.attachFooter(footerStr);//



},



I call this function after the init of the treeGrid



this.attachFooter();



I am not creating the treeGrid from xml. I am creating it from an array.



Regards,



Lagnajeet Sahu



 



splitAt() method should be executed befor init() method but after attachFooter() method. If issue still occurs please contact support@dhtmlx.com and provide sample where we can reprodue this problem.