I need to restrict the values that are available in a DynamicFilter control for a gridview.
The table that is being filtered will only show values that are available to the currently logged in user based on a where clause. I want the filter controls to use the same where clause
I am using dynamic data for this project.
Is this possible or should I use my own filtering?