Siebel Open UI Hide Columns
Code : this.GetGrid().hideCol("Extended_NRC");
In 21.8 , this would hide the Column along with Header
In 22.10 , this is only hidding the column but the header still remains.
Can you please check why the code logic in 22.10 is changed?