[Blazor QuickGrid]: Incorrect check for a Property
change or I am missing something
#58856
Unanswered
desmondinho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Am I missing something or the following if-statement in the
PropertyColumn
is alwaystrue
here?.. because the usage of the QuickGrid is the following:
, means that a new Expression<Func<T, P>> value for the
Property
parameter is always created.I've tried to debug it but SourceLink does not seem to work for me.. :/
@SteveSandersonMS
Edit: Confirmed that this
if
is alwaystrue
Beta Was this translation helpful? Give feedback.
All reactions