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
140
HtmlAttributes is not working in igTextEditor Infragistics 2018.1
posted

I just updated my project from 2015 to 2018.1 version of infragistics.

@(Html.Infragistics().TextEditorFor(m => m.Username)
.ValidatorOptions(m => m.OnBlur(false).OnSubmit(true))
.ID("txtUsername")
.Value(null)
.Width("100%")
.PreventSubmitOnEnter(false)
.HtmlAttributes(new Dictionary<string, object>() { { "class", "input-login" } })
.Render()
)

Parents Reply Children
No Data