Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Applying filters on subcomponents.
posted

I have a scenario where I need to display a list of items under a column for an entry. I have attached an example illustrating this scenario (3rd Column in the table).

I want to be able to apply filters on that column, but obviously just enabling the filters on the grid is not working. When I apply a filter on that column, I want to see the filter applied to the list and show the results in the table.

I have the same issue with sorting too. Nothing happens when I click on the header for that column. I want to sort within each individual list when I click on the header.

Is there a better way to display the data in a similar way in the grid without having to embed lists? Or if this is a good way to go about it, how can I accomplish the above-mentioned operations?

BindToDictionary_filtering.zip