-
-
Notifications
You must be signed in to change notification settings - Fork 78
Grid Filter: How to filter nested object? #542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are there any plans to support this @gvreddy04? Would be a good feature to see! |
@OllieFox131 Yes, we will include it in the April/May release. We are planning more grid enhancements during the April/May timeframe. |
@gvreddy04 Is this going to be added on a future release? I see the comment says it was supposed to be added months ago but I see no documentation surrounding it. Nested objects are very common. |
Grid: Filter - Nested filters support #967 |
Grid: Filter - Nested filters support #967 |
Describe the bug
Example, I have an employee who has a relationship with the jobs table.
I want to filter by job name, how to do it?
I tried:
SortKeySelector="item => item.Job.Name"
Versions (please complete the following information):
Sample code
The text was updated successfully, but these errors were encountered: