Categories | Question details Back To List | ||
RE: Upgrade not working - stack overflow (too much recursion) issue Hi, again... I just wrote reporting an issue with new version of dhtmlxgrid (1.5). I found the cause of my problem, but i would need a solution from you. I debugged my code and when i commented out the following line... mygrid.setSkin("xp"); ...it worked fine. So, i am not able to define a skin because if i do, i get error: "too much recursion" dhtmlXGrid.js (line 258) Could you please help me on this? Thanks. Fernando Answer posted by Support on Feb 01, 2008 04:00 Please send any kind of sample where error occurs to support@dhtmlx.com - because there is no any known issue which may cause such problem. setSkin command do nothing what can cause such error, so most probably problem caused by some specific grid modes or specific data loaded in grid. Please be sure that you have unique IDs for each row - this is most common reason of strange problems. Answer posted by Fernando on Feb 01, 2008 05:22 |