Markus
2013-04-29T09:46:00Z
Hi,

im starting today to test iGrid & AutoFilterManager.
is there a way to set specific columns are filtered and not all?
(i didnt need this autofilter on all columns only on 2 - is there a way or an example)

thanks markus
Igor/10Tec
2013-05-01T15:44:26Z
Use the CreateColAutoFilter event for that. It is raised for every column of iGrid when AFM is attached. Analyze the ColIndex argument of the event, and if this col should not have the filter button, set the event's DoDefault argument to False.

Described in the 'Customizing AutoFilterManager' section in the help/manual.