[PR #713] Fix: PropertyAccess.Getter method doesn't allow access of array membe… #2297

Closed
opened 2026-01-29 18:18:09 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/713

State: closed
Merged: Yes


I am trying to use the DataGrid component and discovered that nested properties work correctly, but array indexes don't. This means that Property Names like "Child.Grandchild" work, but "Child[0]" and "Child[0].Grandchild[2]" don't. This is a change to use the DynamicExpressionParser.ParseLambda method from Linq to handle creating the lambda.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/713 **State:** closed **Merged:** Yes --- I am trying to use the DataGrid component and discovered that nested properties work correctly, but array indexes don't. This means that Property Names like "Child.Grandchild" work, but "Child[0]" and "Child[0].Grandchild[2]" don't. This is a change to use the DynamicExpressionParser.ParseLambda method from Linq to handle creating the lambda.
claunia added the pull-request label 2026-01-29 18:18:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2297