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
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.