2
Reply

MVC html editor pbm

Ravi Kumar

Ravi Kumar

Oct 16 2014 6:41 AM
741
hi
 
give example for how to fix width of html.editor
i gave like fallowing
<style type="text/css">
#dob
{
width:9em;
}
</style>
 
@Html.EditorFor(model => model.Mrp, null, "dob", null)
 
if i give like above with getting fixed. but  i done some caluculation on key up of each control
that is not working

Answers (2)