PDA

View Full Version : How to suppress "hiddenchange" event on ColumnModel object


subbarao
11-15-2007, 01:36 AM
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