Dear sirs,
if “Multiline” is enabled Frozen columns don’t change their original height if you search something or set a filter in the header (as you can see on the attached images).
Any ideas?
Thank you in advance
greetings
Oliver
Dear sirs,
if “Multiline” is enabled Frozen columns don’t change their original height if you search something or set a filter in the header (as you can see on the attached images).
Any ideas?
Thank you in advance
greetings
Oliver
Be sure that multiline mode was enabled before splitAt call
As a fast workaround you can use the next line of code
grid.attachEvent("onFilterEnd", function(){
grid.callEvent("onResizeEnd",[]); //will force size adjustment
})