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
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