Hi Tsvetoslav,
Based on your post I was able to get the filter columns using the following code
But I should have been more clear on what I am trying to do. I have filter templates on each of my columns in my grid and I am trying to loop through all the columns on the grid and determine if the column has a filter template associated with it. If it does I would like to retrieve the control within the filter template and get its unique name, text value, selected index, type of control. I want to be able to do this without knowing what the unique name of the filter template is.
Tracy