Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
adding left padding to text in a combo
posted

Im using the combo (bootstrap theme) in conjunction with other bootstrap styling for text input boxes.  The text in the text boxes is left padded a few spaces, but the text in the infragistics combo is left aligned up to the edge of the control.  How do I add left padding to the text in the dropdown ?

@(Html.Infragistics().ComboFor(model => model.Status).ID("statusCombo").Width("150px")
.TextKey("Value")
.ValueKey("Key")
.DataSource(Url.Action("GetStatusComboDataSource", "Organisation"))
.DataBind()
.Render())

Parents Reply Children
No Data