For the RadzenDataGridColumn element I have added css property 'id' which is causing an error in the UI
Please let me know how can we add css property 'id' in the RadzenDataGridColumn tag.
Below is the line of code how 'id' has been added. But its breaking UI.
RadzenDataGridColumn TItem="SampleItemViewModel" Title="@DisplayColumnViewModel.DisplayColumns[3].ColumnName" Property="Item.RunDuration" Width="200px" Visible="@DisplayColumnViewModel.DisplayColumns[3].IsSelected" id="RunDuration"