How to set a default value for a cell in RadzenDataGridColumn?

In my DataGrid there are some cells that are empty. In this case I would like to set an "x". Is there a way to set a default value for a cell?

You can use Template property of the column to provide your own content of the cell along with custom logic.