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
heght. I want these freezed columns height to be increased dynamically along with other columns.
Can you please provide a solution for this.
Can you please provide a solution for this.