Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sandip on Apr 15, 2009 01:53
open dhtmlx forum
dhtmlxGrid splitAt problem

Problem with dhtmlxGrid split

I am using layout... and in one cell I m loading one of the grid amongs several others grids().

The case is, while loading one particular grid i hv to use splitAt function... I did use the function, its working fine. But while loading other grid as per our requirement to the same layout cell splitAt causing same problem(While rendering). I also use splitAt(0) before loading the second grid.


If i remove split functionality, my application runs smoothly....
So... where is the problem... is any function available to disable the slitAt functionality(so that I can use it, prior to loading the grid in which i dont need split functionality)...


plz help
thanx
sandip
Answer posted by dhxSupport on Apr 15, 2009 08:00

Number of frozen column cannot be changed dynamically. To disable splitAt functionality or change number of frozen column you should comleately destroy grid object and initialize it again. To destroy grid object you can use method mygrid.destructor().