Add empty column

Is there some way to add an empty column that is not bound as the last column in a datagrid. I want to just use width="auto" for sizing purposes.

Thanks!

Hi @sourcerer,

Sure, you can add an empty column.

Hi korchev,
Thanks for your reply. My initial question was a little light on details, so here's more info.

When I tried

<RadzenDataGridColumn TItem="MyClass" Property="@nameof(SomeProperty.x)" Title="x"  />
<RadzenDataGrdiColumn Title="Empty column" />

It gives error "found markup with unexpected name". How would I specify the empty column. It is not bound to a property. It is strictly for UI to add empty column.

Thanks!

You've misspelled it. You will need to set TItem also.