Is it possible to change / limit dynamicfilter values ​​in asp.net

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?

+3
source share

Source: https://habr.com/ru/post/1714281/


All Articles