I need to limit the values available in the DynamicFilter control for gridview.
The filtered table will only show the values that are available to the current user, based on the where clause. I want 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?
source
share