or
[Required][DisplayName("Domain")][MaxLength(100)][UIHint("WorkflowRoles")]public string Domain { get; set; }[DisplayName("Roles")][UIHint("WorkflowRoles")][Required]public virtual ICollection<Role> Roles { get; set; }@(Html.Telerik().ComboBox().Name("CbPlants") ... ... .HtmlAttributes(new { style = "z-index: 20; width: 250px;" }) .DropDownHtmlAttributes(new { style = "width: 400px;" }) )