RadzenDropDownDataGrid Sort Column Text

I have this dropdown:

<RadzenDropDownDataGrid Data="@(eqTypesForEqTypeId)" TextProperty="Eqtype1" ValueProperty="EqTypeId" AllowClear=true
                        Placeholder="Choose Equipment Type" style="display: block; width: 100%" @bind-Value="@(eqSubType.EqTypeId)" Name="EqTypeId" AllowSelectAll="false"/>

Is it possible to change this Colum header text (the sort column)?

You can define column(s) with desired Title as shown in our demos.