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
645
Knockout Rebinding - width is not applied
posted

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?

Parents
No Data
Reply Children
No Data