Categories | Question details Back To List | ||
lock columns where auto height is set I want to lock(freeze) some columns and enable auto height at the same time mygrid.enableAutoHeigth(true); mygrid.splitAt(2); First column of my grid is of tree type. As I open or close the items ,the heght of the grid should be adjusted automatically. But, In first column the freezed columns height is not increased. Height of the grid for the rest of columns is automatically increased but the for the freezed columns height is same as <div> heght. I want these freezed columns height to be increased dynamically along with other columns. Can you please provide a solution for this. Answer posted by Support on Nov 25, 2008 02:09 Problem can't be reconstructed with latest codebase, working sample sent by email. If issue still occurs for you - please provide any kind of sample where problem can be reconstructed. ( you can send it directly to support@dhtmlx.com ) |