How can I alter the "Property" property in datagrids?

<RadzenGridColumn Width="10%" TItem="ITaskModel" Property="Hours" Title="Hours">

In this case, I would like the Property="Hours" property to be multiplied by a certain value before being displayed, is there a way to alter the Property property to allow for this without changing the Datasource of my grid?

Maybe you should use column Template if you want to display extra content except property value

1 Like