Mvc Htm.DropdownlistFor in table

Mvc Htm.DropdownlistFor in table

Hakan_Hakan_ Posts: 1Questions: 1Answers: 0

<td >
@Html.DropDownListFor(model => item.ContentTypeId, new SelectList(contentTypeList, "Value", "Text", item.ContentTypeId), new { @id = string.Format("ContentTypeId-{0}", item.Id), @class = "chosen contentTypeDDL", @pageId = item.Id })
</td>

I have dropdown list in table but it break search because of dropdown ı can t find what ı searc

This discussion has been closed.