I am binding an editor with knockout and setting the width of my text box. After I save my webpage I am reloading the data that is bound via knockout. I have to call a cleanNode and then applyBindings via knockout. Once I do this the width of my text box goes away.
This issue stems from the infragistics.ui.editors.js file. There is a check in there that won't set the width of the editor if the width has not changed. When the re-binding happens somehow the width of my text box is getting removed but since the width has not changed the editor is not setting it again. I have put a workaround for this in the infragistics.ui.editors.js but was wondering if you a fix could be put in for this?
Hi Mike,
I just want to update you that the service release that fix this issue (170176) is ready and you can download it form the My keys and download section under the Service release Tab.
Please let us know if you still experience any issues.