This is a migrated thread and some comments may be shown as answers.

[Solved] MVC 4 Mobile Application

0 Answers 15 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nilesh
Top achievements
Rank 1
Nilesh asked on 19 Dec 2012, 11:25 AM

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

Tags
General Discussions
Asked by
Nilesh
Top achievements
Rank 1
Share this question
or