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
35
igTextEditor value is not binding from model
posted

i have data for igTextEditor and igNumericEditor in model. But those values are not binding in controls.

<%= Html.Infragistics().TextEditorFor(m => m.username)
.ID("txtusername")
// .ReadOnly(true)
.HtmlAttributes(new Dictionary<string, object> { { "class", "field-textbox" } })
.Render() %>

Parents
No Data
Reply
  • 1980
    Offline posted

    Hello Karthik,

    On the following link you can find an ASP.NET sample of the igEditors, where the editors in the view are bound to the ValidatedOrder model.

    In case this sample project is not an accurate demonstration of what you are trying to do, please provide more information what exactly you are trying to achieve in your application or send a small sample project of your own if you have one.


    Please let me know if I can provide any further assistance.

Children
No Data