Skip to content
Discussion options

You must be logged in to vote

The detail row is activated with DetailRowTrigger callback. Meaning you can check for anything inside of it and as long as it returns true it will show the detail row.

DetailRowTrigger="@((item)=>item.Id == selectedEmployee?.Id && somethingElseOnYourPage == true)"

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@jeffbvox
Comment options

@stsrki
Comment options

Answer selected by jeffbvox
Comment options

You must be logged in to vote
1 reply
@djh2004
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants