Grid row height is increasing in dhtmlx 3.0 in IE10

Hi,
I am using dhtmlxgrid.js 3.0 version and i am facing the below issue.

  1. In my screen i have list of records. In that i have selected the first record and then second record. Each time clicking the row, the row height is get increasing.

  2. The above issue is happening in IE10 only (not checked in higher version)

  3. Removing the below line of code in dhtmlxgrid.js, the issue is get resolved

    -----> this.callEvent(“onEditCell”,[1,this.row.idd,this.cell._cellIndex])

I am not sure whether this will cause some other issue or not.

Please let me know that the above fix is correct or not. If its wrong please provide the exact solution for this.

Thanks,
Thangapandi Ramar

Unfortunately this is not a valid solution.
If the problem still occurs for you please, provide with a complete demo, where the problem can be reproduced locally.
Here you can find tutorial about creating a complete demo:
docs.dhtmlx.com/auxiliary_docs__ … pport.html