Hi Team ,We are using IgniteUI MVC controls in our application. We are trying to set custom CSS property for these controls but we are unable to do so since infragitics appending few div's with its own class at the run time. Is anyway possible to avoid creating those div's and enforce our own CSS for the ignite UI controls? Please find the sample below.Control in View: $("#InputElementID").igTextEditor({ height: 25, Width: "80%", inputName: ("InputElementID"), value: CrtlValue, readOnly: false });Control rendered in the browser:<div class="ui-igedit ui-igedit-container ui-widget ui-corner-all ui-state-default"> <div class="ui-igeditor-input-container ui-corner-all"> <input role="textbox" style="height: 100%; text-align: left;" class="ui-igedit-input" id="txtFld_Field_1" type="text"> <input value="" name="txtFld_Field_1" type="hidden"></div></div>Thanks in Advance.
Hello,
Thank you for contacting Infragistics support.
In order our features to work as expected and our controls to look as expected we have to create them dynamically and apply our classes.
Regarding the MVC Wrappers, you can add your own classes using HtmlAttribues. Text editor docs regarding this property - http://www.igniteui.com/help/infragistics.web.mvc~infragistics.web.mvc.baseeditormodel~htmlattributes.
Please let me know if you need anything else.