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
200
Jquery Controls doesn`t work with KnockOutJS
posted

Hello.

I'm currently developing an ASP.net MVC 3 application with your jquery suite of controls.

When I enter a custom html attribute (for example data-bind="value: NameProperty" ), these are not taken into account by knockout, while the standard editor provided by HTMLHelp class do !

Any help is welcome.-

Regards

Felipe Turcatti

  • 24671
    Suggested Answer
    posted

    Hi Felipe,

    we are currently working on KnockoutJS integration for the grid, we will also consider editors in the near future. at the moment this doesn't work out of the box. you can create a simple custom knockout binding, though, which will create the igEditor in its init funciton, and change the value in its update function.

    here is an example to get you started:

    http://knockoutjs.com/documentation/custom-bindings.html

    I will also ask our application developers team to help you with this.

    Thanks,

    Angel 

  • 19693
    posted

    Hello Felipe and gurnanisunny,

     

    Thank you for your interest in our jQuery components.

     

    I have contacted our development team regarding this issue and will keep you updated about the progress.

  • 105
    posted

    When will someone answer this Question?

    Are there any samples of using Infragistics Controls with KnockoutJS?

    I am also stuck with the similar problem, Please help