This question is locked. New answers and comments are not allowed.
I am working on mvc4 using mobile project template. last few days i have try to set width or height and make small my
dropdownlist or button but i am do not getting any solution. My dropwonlist or button shows on my mobile page so large
or dropdown selected value not shows whole word.
my dropdwon code:
<td align="left" valign="middle" width="60%" style="max-width:100px; min-width:100px">
@Html.DropDownListFor(Model => Model.NextActionType, (SelectList)ViewBag.ActionType1, new { style = "font-size: 12px; height:20px;", data_corners = "false" })
</td>
anh i have attached my page screenshot here
Please help me
Thanks
Nilesh Dhande