I have dhtmlxgrid 3.5 and using the sub_row feature. However, each time I open and close the “plus sign” in a grid row, the height of the row keeps changing higher and higher. Please guide me how to fix this issue.
Unfortunately the issue cannot be reconstructed locally.
If it’s still occurs for you - please, provide with any kind of sample of your code or a demo link, where the issue can be reproduced.
I don’t think tis is completly solved in the latest version. We recently bought dhtmlxSuite v.4.0.3 Professional edition, and experience this issue. I can pinpoint the lines which causes the problem:
dhtmlXGridObject.prototype._detectHeight=function(d,td,h){
…
264: td.style.height=(row.oldHeight||20)+3+h*1+“px”; //This causes the problem with height increase
dhtmlXGridObject.prototype._expandMonolite=function(n,show,hide){
…
110: td.style.height=(row.oldHeight||20)+“px”; //This causes the problem with height increase
The problem was already fixed.
If the issue still occurs for you please, open ticket at support.dhtmlx.com and we’ll provide you with the fixed version.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan