You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to exclude Status for all items in the list. One could use a special index instead for that, e.g., something along the lines of:
Current state of the art:
It would be nice to be able to exclude
Statusfor all items in the list. One could use a special index instead for that, e.g., something along the lines of:This would be much better than the current workaround (using
PropertyPath), as it is refactoring-safe.Best regards,
D.R.