Please make RadzenDataGridColumn.GetValue method as virtual #403

Closed
opened 2026-01-29 17:36:43 +00:00 by claunia · 1 comment
Owner

Originally created by @oschakravarthi on GitHub (May 9, 2022).

Hi,

Please make RadzenDataGridColumn.GetValue method as virtual.
I have a very special case. My entities have properties with names having spaces and dots. They are auto generated types with Reflection.Emit. With such properties, the grid is not working.

If the above method is made virtual, I can inherit a class from RadzenDataGridColumn and implement my own GetValue functionality.

We are completely blocked on this. Please do the needful

Originally created by @oschakravarthi on GitHub (May 9, 2022). Hi, Please make RadzenDataGridColumn.GetValue method as virtual. I have a very special case. My entities have properties with names having spaces and dots. They are auto generated types with Reflection.Emit. With such properties, the grid is not working. If the above method is made virtual, I can inherit a class from RadzenDataGridColumn and implement my own GetValue functionality. We are completely blocked on this. Please do the needful
Author
Owner

@akorchev commented on GitHub (May 9, 2022):

We would accept a pull request.

@akorchev commented on GitHub (May 9, 2022): We would accept a pull request.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#403