BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<tbody>
@for (int i = 0; i < Model.band.Count; i++)
{
<tr>
<td>
@{Html.EJ().DropDownListFor(model=>model.band[i].display,(Syncfusion.JavaScript.Models.DropDownListProperties)ViewData["ddl"]).Width("100%").Render();}
</td>
</tr>
}
</tbody> |