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
No Data
Reply
  • 1100
    Verified Answer
    Offline posted

    Hello Mario,

    Thank you for contacting the Infragistics support!

    We tested your scenario and were not able to reproduce the issue that you describe. The class is applied to the input as expected. I am attaching a screenshot for your reference.

    We tested it with version 2018.1. Can you please provide us with an isolated sample that reproduces this issue so that we would be able to investigate this scenario further?

    Thank you once more for using Ignite UI!

    We are looking forward to your response!

Children