First, you can prohibit the creation of a column filter button using the CreateColAutoFilter event.
Second, if the filter button and the accompanying filter box has been created for a column, you can remove it later by setting the iGColHdr.DropDownControl property for the corresponding column to null. Column header objects are returned by the iGrid.Header.Cells indexed property.