subbarao
14 Nov 2007, 11:36 PM
Hi,
I want to suppress "hiddenchange" event on Ext.grid.ColumnModel object. The reason to suppress is "setHidden(colIndex,true/false) method is time consuming"
So I want to know two things
1. Is there a way to suppress the event hiddenchange as we can suppress the widthchange event
2. In case if I can suppress hiddenchange event, will the columns be hidden by calling setHidden method (In case of suppressing widthchange event, I found that column widths can be changed by calling setColumnWidth(index, width, true) method. Here true represents suppress the event, false represent do not suppress
Thanks,
Subbarao
I want to suppress "hiddenchange" event on Ext.grid.ColumnModel object. The reason to suppress is "setHidden(colIndex,true/false) method is time consuming"
So I want to know two things
1. Is there a way to suppress the event hiddenchange as we can suppress the widthchange event
2. In case if I can suppress hiddenchange event, will the columns be hidden by calling setHidden method (In case of suppressing widthchange event, I found that column widths can be changed by calling setColumnWidth(index, width, true) method. Here true represents suppress the event, false represent do not suppress
Thanks,
Subbarao