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() %>
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.