BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
@(Html.EJ().Kanban("Kanban")
……
.Fields(field =>
{
field.Color("Type")
.Content("Summary")
.Priority("RankId") // Priority property
.PrimaryKey("Id");
})
) |