Tommyworker
2015-06-14T11:41:09Z
Hallo together,
is there a Property for make an Filterbutton unvisible?
Thank you Thomas
Igor/10Tec
2015-06-15T06:32:47Z
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.
Tommyworker
2015-06-15T10:41:30Z
Hello Igor,
sorry was my fault. I ment the Apply Button in the Filter Box( i need to set it to Unvisible, not the hole Filter
Regards Thomas
Igor/10Tec
2015-06-16T12:17:17Z
There is no way to do that using the object model of AFM.

Can you tell us, why do you need to hide it? Following your logic, you may also need to prohibit clicking the OK button.
Tommyworker
2015-06-18T20:53:22Z
Hello Igor,
it is very simple, my customer don't need it at this time and he asked me if it is possible to
make the apply button unvisible. So i think they are using not so much of your Filter AND
this are the beta users (the teamleader). They are coming from Excel.
It's too bad, but i can live with that.
Your grid is the great!

Regards Thomas