Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ken Chu on Nov 08, 2008 08:35
open dhtmlx forum
Smart rendering problem

Hi,
I have a grid with split mode turns on. If i turn on smart rendering at the same time, there is problem adding new rows. New cells were not created for those froozen columns. Only those not froozen are created.
Is there any problem with these two functions?
following is my code:

mygrid.setImagePath("../../codebase/imgs/");
mygrid.setHeader("Center Code,Bank Code,Charge1,Charge2,Charge3,Charge4,Charge5,Charge6,Charge7,Charge8,Charge9,Charge10,Charge11,Charge12,Charge13,Charge14,Charge15,Charge16,Charge17,Charge18,Charge19,Charge20,Charge21,Charge22,Charge23,Charge24,Charge25"); mygrid.setInitWidths("100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100");
mygrid.setColAlign("center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center,center");
mygrid.setColTypes("ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed");
mygrid.setColSorting("str,str,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int");
mygrid.attachEvent("onEditCell",doOnCellEdit);
mygrid.attachEvent("onCheckbox",doOnCheck);
mygrid.attachEvent("onSelectStateChanged",doOnSelectStateChanged);
mygrid.init();
mygrid.enableSmartRendering(true,30);
mygrid.loadXML("<http://localhost:8081/App-war/bankListJSON.html?sort=center_code&dir=asc&bank_list_info_id=18");
mygrid.splitAt(2);
mygrid.setSkin("light");
Answer posted by Support on Nov 10, 2008 02:05
The issue confirmed, updated build will be released in nearest time, if you need a fix ASAP - please contact us directly at support@dhtmlx.com and provide your reference number.