Skip to content

Binding Errors #4232

Discussion options

You must be logged in to vote

The relative binding to the DataGridRow from a DataGridCell is the only way to do this, because the property is only available internal.

        internal DataGridRow RowOwner
        {
            get { return _owner; }
        }

As I can see, these binding errors (warnings) only occurs when the user set the visibility of the cell to collapse (hide). And the binding error level is set to warning.

So maybe we can live with that...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fredericoregateiro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants