Hi,
Is there any workaround for this defect ?
I have a requirement to freeze columns dynamically. When user clicks on header cell(column) and click on button(freeze) in the tool bar, grid has to freeze the columns up to the selected header cell. For this purpose, I am thinking to use the getCellsByClass to find the selected header cell and pass the corresponding colIndx to freeze the grid.
Appreciate if you can provide any advice.
Thanks.